aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmpui/playstate.cpp3
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()