summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2013-12-26 21:24:42 +0100
committerJan Dalheimer <jan@dalheimer.de>2013-12-26 21:24:42 +0100
commitacbbdf319a7378a4029965a52222e7a84c33253f (patch)
treea6e313f57ab42eaf1812e135cbdc9af05f49a21d
parentc71808446b3e95e4fefb91b69c2cc51e4c4918cc (diff)
downloadMultiMC-acbbdf319a7378a4029965a52222e7a84c33253f.tar
MultiMC-acbbdf319a7378a4029965a52222e7a84c33253f.tar.gz
MultiMC-acbbdf319a7378a4029965a52222e7a84c33253f.tar.lz
MultiMC-acbbdf319a7378a4029965a52222e7a84c33253f.tar.xz
MultiMC-acbbdf319a7378a4029965a52222e7a84c33253f.zip
Remove a debug message
-rw-r--r--CategorizedView.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/CategorizedView.cpp b/CategorizedView.cpp
index 4d9a4a62..780674eb 100644
--- a/CategorizedView.cpp
+++ b/CategorizedView.cpp
@@ -558,7 +558,6 @@ void CategorizedView::paintEvent(QPaintEvent *event)
if (category)
{
int internalRow = row - firstItemForCategory(category).row();
- qDebug() << internalRow << numItemsForCategory(category) << model()->index(row, 0).data().toString();
QLine line;
if (internalRow >= numItemsForCategory(category))
{