From 1ac72677511d781430b2a35de3d0ffc75fdb526d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 26 Sep 2009 18:58:40 +0000 Subject: some notifier plugin changes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1263 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/textscroller.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ui/textscroller.cpp') 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(); } -- cgit v1.2.3-13-gbd6f