Skip to content

Commit

Permalink
Remove debug variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Apr 12, 2013
1 parent cddbeb1 commit 48c6acb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/composer/qgscomposertable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ void QgsComposerTable::paint( QPainter* painter, const QStyleOptionGraphicsItem*
currentY += mLineTextDistance;

QgsAttributes currentAttributeMap = *attIt;
int debug = columnIt.key();
QString str = currentAttributeMap.at( columnIt.key() ).toString();
drawText( painter, currentX, currentY, str, mContentFont );
currentY += mLineTextDistance;
Expand Down

0 comments on commit 48c6acb

Please sign in to comment.