diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-15 14:40:37 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-16 15:32:03 +0100 |
commit | f8b904c094a5c76863f6e4f053b90251fa23ac12 (patch) | |
tree | 93f3112a0e8408a52e87bf5ac74bac3cf8631c9f /opentrack | |
parent | 022bc4b9c7b78ef40c662fe706faa4e700a4f707 (diff) |
opentrack: remove accidental debug printf
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/main-window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |