From 9809a41a006e60191dbd227043b647cde0d037c4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 14 Aug 2013 18:37:10 +0000 Subject: removed useless debug output git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3602 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playstate.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qmmpui/playstate.cpp b/src/qmmpui/playstate.cpp index 1a108b3d5..1cd44b72d 100644 --- a/src/qmmpui/playstate.cpp +++ b/src/qmmpui/playstate.cpp @@ -94,9 +94,6 @@ void ShufflePlayState::prepare() m_shuffled_indexes.swap(i, qrand()%m_shuffled_indexes.size()); m_shuffled_indexes.prepend(m_model->currentIndex()); - - for (int i = 0; i < m_shuffled_indexes.count(); i++) - qDebug("++%d++", m_shuffled_indexes.at(i)); } void ShufflePlayState::resetState() -- cgit v1.2.3-13-gbd6f