aboutsummaryrefslogtreecommitdiff
path: root/src/ui/shadedbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/shadedbar.cpp')
-rw-r--r--src/ui/shadedbar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/shadedbar.cpp b/src/ui/shadedbar.cpp
index 63b2017c0..978cf2d71 100644
--- a/src/ui/shadedbar.cpp
+++ b/src/ui/shadedbar.cpp
@@ -82,7 +82,6 @@ void ShadedBar::mouseMoveEvent (QMouseEvent *e)
m_value = convert(po);
draw();
emit sliderMoved(m_value);
- qDebug("%d", m_value);
}
}
}