aboutsummaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/textscroller.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/textscroller.cpp b/src/ui/textscroller.cpp
index 46dbf8fa8..50fa0849b 100644
--- a/src/ui/textscroller.cpp
+++ b/src/ui/textscroller.cpp
@@ -96,7 +96,6 @@ void TextScroller::setText(const QString& text)
m_scrollText = "*** " + text;
x = m_autoscroll ? -50 : -150;
m_bitmap = m_bitmapConf && (m_text.toLatin1() == m_text.toLocal8Bit());
- qDebug("==== %s", m_text.toLatin1().constData());
}
update();
}