From 9ebd595202f3fb35a86df471edd4e607fea8a021 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Fri, 29 Jan 2021 18:32:23 +0000 Subject: [PATCH] Remove stray debug --- tests/tst_docks.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tst_docks.cpp b/tests/tst_docks.cpp index 355c3c69..ca9652cf 100644 --- a/tests/tst_docks.cpp +++ b/tests/tst_docks.cpp @@ -6829,9 +6829,7 @@ void TestDocks::tst_toggleAction() QCOMPARE(root->visibleCount_recursive(), 3); QVERIFY(dock2->toggleAction()->isChecked()); QPointer frame2 = dock2->frame(); - qDebug() << "TOGGLE START"; dock2->toggleAction()->toggle(); - qDebug() << "TOGGLED"; QVERIFY(!dock2->toggleAction()->isChecked()); QVERIFY(!dock2->isVisible());