summaryrefslogtreecommitdiffhomepage
path: root/opentrack/main-window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/main-window.cpp')
-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())
{