summaryrefslogtreecommitdiffstats
path: root/src/graphwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphwidget.cpp')
-rw-r--r--src/graphwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphwidget.cpp b/src/graphwidget.cpp
index ec15026..c44207f 100644
--- a/src/graphwidget.cpp
+++ b/src/graphwidget.cpp
@@ -30,7 +30,7 @@ void GraphWidget::setDataSource(IDataSource* source)
_source = source;
memset(_history, 0, sizeof(*_history) * HISTSIZE);
_vScale = (float)height() / (float)_source->getMaximum();
- qDebug() << "sDS " << _vScale;
+ //qDebug() << "sDS " << _vScale;
update();
}