Skip to content

Commit 48c6acb

Browse files
committedApr 12, 2013
Remove debug variable
1 parent cddbeb1 commit 48c6acb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/composer/qgscomposertable.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ void QgsComposerTable::paint( QPainter* painter, const QStyleOptionGraphicsItem*
8484
currentY += mLineTextDistance;
8585

8686
QgsAttributes currentAttributeMap = *attIt;
87-
int debug = columnIt.key();
8887
QString str = currentAttributeMap.at( columnIt.key() ).toString();
8988
drawText( painter, currentX, currentY, str, mContentFont );
9089
currentY += mLineTextDistance;

0 commit comments

Comments
 (0)