Mercurial > clickerconvert
changeset 73:a9bc9f907fcd
Remove overly verbose debug output
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 04 Oct 2016 17:11:17 +0200 |
parents | d545e5cb2b72 |
children | 9a2e35a7c19c |
files | src/converter.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/converter.cpp Tue Oct 04 17:11:01 2016 +0200 +++ b/src/converter.cpp Tue Oct 04 17:11:17 2016 +0200 @@ -127,10 +127,8 @@ painter.fillRect(rect, QColor(BAR_COLOR)); rect.setLeft(rect.right()); } - qDebug() << "Filled " << rect << " with color"; rect.setRight(IMAGE_WIDTH); painter.fillRect(rect, Qt::white); - qDebug() << "Filled " << rect << " with white"; doc.addResource(QTextDocument::ImageResource, QUrl(QStringLiteral("internal://bar%1.png").arg((int)percent)), QVariant(image)); html << QStringLiteral("<td style='vertical-align: middle'><img src=\"internal://bar%1.png\"/></td>").arg((int)percent);