diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-14 18:37:10 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-14 18:37:10 +0000 |
| commit | 9809a41a006e60191dbd227043b647cde0d037c4 (patch) | |
| tree | fa2c9ae84a8a8f3cc555e78c7339b77131639916 /src | |
| parent | 98fb7bc441a987d8fc6b36fdc4be0df5eb73e0d0 (diff) | |
| download | qmmp-9809a41a006e60191dbd227043b647cde0d037c4.tar.gz qmmp-9809a41a006e60191dbd227043b647cde0d037c4.tar.bz2 qmmp-9809a41a006e60191dbd227043b647cde0d037c4.zip | |
removed useless debug output
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3602 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmpui/playstate.cpp | 3 |
1 files changed, 0 insertions, 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() |
