summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-12-15 14:40:37 +0100
committerStanislaw Halik <sthalik@misaki.pl>2021-12-16 15:32:03 +0100
commitf8b904c094a5c76863f6e4f053b90251fa23ac12 (patch)
tree93f3112a0e8408a52e87bf5ac74bac3cf8631c9f /opentrack
parent022bc4b9c7b78ef40c662fe706faa4e700a4f707 (diff)
opentrack: remove accidental debug printf
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/main-window.cpp2
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())
{