From c31edd0cd8a1b35c6e846f2be2f53f1974a51e4c Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sun, 24 May 2020 18:30:56 +0100 Subject: [PATCH] Remove a stray qDebug --- tests/tst_docks.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tst_docks.cpp b/tests/tst_docks.cpp index aa0749ad..a11ef28a 100644 --- a/tests/tst_docks.cpp +++ b/tests/tst_docks.cpp @@ -5159,7 +5159,6 @@ void TestDocks::tst_lastFloatingPositionIsRestored() dock1->window()->move(0, 0); dock1->close(); - qDebug() << "FOO " << dock1->lastPositions(); delete oldFw; saver.restoreLayout(saved);