From f0d2a4c14b10bffe95250242c13cde032266778f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 26 Oct 2008 17:21:56 +0000 Subject: removed unused debug message git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@604 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/output.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/qmmp/output.cpp b/src/qmmp/output.cpp index 779e21052..75f87c4ba 100644 --- a/src/qmmp/output.cpp +++ b/src/qmmp/output.cpp @@ -78,10 +78,7 @@ void Output::dispatch(const Qmmp::State &state) if (m_handler) m_handler->dispatch(state); if (state == Qmmp::Stopped) - { - qDebug("clear"); clearVisuals(); - } } -- cgit v1.2.3-13-gbd6f