aboutsummaryrefslogtreecommitdiff
path: root/CategorizedView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CategorizedView.cpp')
-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))
{