Skip to content

Commit 195cab7

Browse files
author
Paweł Salawa
committed
debug code cleanup
1 parent 51a1e0d commit 195cab7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SQLiteStudio3/guiSQLiteStudio/datagrid/sqlqueryitemdelegate.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ void SqlQueryItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &
4747

4848
QWidget* SqlQueryItemDelegate::createEditor(QWidget* parent, const QStyleOptionViewItem& option, const QModelIndex& index) const
4949
{
50-
qDebug() << "create editor";
5150
UNUSED(option);
5251
if (!index.isValid())
5352
return nullptr;

0 commit comments

Comments
 (0)