Remove a debug message

This commit is contained in:
Jan Dalheimer 2013-12-26 21:24:42 +01:00
parent c71808446b
commit acbbdf319a

View File

@ -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))
{