diff --git a/RedPandaIDE/debugger.cpp b/RedPandaIDE/debugger.cpp index 89ba4085..7eb36f4e 100644 --- a/RedPandaIDE/debugger.cpp +++ b/RedPandaIDE/debugger.cpp @@ -2167,10 +2167,8 @@ Qt::ItemFlags WatchModel::flags(const QModelIndex &index) const } if (index.column() == 2) { WatchVar* item = static_cast(index.internalPointer()); - qDebug()<name<numChild<type<hasMore<<(item->numChild==0 && !item->hasMore && !item->type.isEmpty()); if (item->numChild==0 && !item->type.isEmpty()) flags |= Qt::ItemIsEditable; - qDebug()<