diff --git a/qcachegrind/qcgtoplevel.cpp b/qcachegrind/qcgtoplevel.cpp index 2e97c7a32e89153b8b5752a8cb6eb6aa7bca9ac2..802be475e058f308911a8728b295decc680e8081 100644 --- a/qcachegrind/qcgtoplevel.cpp +++ b/qcachegrind/qcgtoplevel.cpp @@ -1864,7 +1864,6 @@ void QCGTopLevel::windowListAboutToShow() QAction *windowItem = windowMenu->addAction(windowTitle); windowItem->setData(QVariant::fromValue(topLevel)); if (topLevel == this) { - qDebug() << "checked\n"; windowItem->setCheckable(true); windowItem->setChecked(true); }