From f8b904c094a5c76863f6e4f053b90251fa23ac12 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 15 Dec 2021 14:40:37 +0100 Subject: opentrack: remove accidental debug printf --- opentrack/main-window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack/main-window.cpp') diff --git a/opentrack/main-window.cpp b/opentrack/main-window.cpp index 84c1cc0c..bd8c129a 100644 --- a/opentrack/main-window.cpp +++ b/opentrack/main-window.cpp @@ -603,7 +603,7 @@ void main_window::show_tracker_settings_(bool show) { pTrackerDialog->register_tracker(work->libs.pTracker.get()); QObject::connect(&*pTrackerDialog, &ITrackerDialog::closing, - this, [this] { pTrackerDialog = nullptr; qDebug() << "deleted dialog"; }); + this, [this] { pTrackerDialog = nullptr; }); } else if (show && pTrackerDialog && pTrackerDialog->embeddable()) { -- cgit v1.2.3