aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-10-26 17:21:56 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-10-26 17:21:56 +0000
commitf0d2a4c14b10bffe95250242c13cde032266778f (patch)
tree78ec70a064320522d9d6bfdb330623f409824d29 /src
parent9c7dd7313df300c45d6bc055bb51b94c09d3d2b6 (diff)
downloadqmmp-f0d2a4c14b10bffe95250242c13cde032266778f.tar.gz
qmmp-f0d2a4c14b10bffe95250242c13cde032266778f.tar.bz2
qmmp-f0d2a4c14b10bffe95250242c13cde032266778f.zip
removed unused debug message
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@604 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/output.cpp3
1 files changed, 0 insertions, 3 deletions
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();
- }
}