summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-04-29 18:47:02 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-04-29 18:49:38 +0200
commit273a73f19b34a20b26a7eac0a332c71fd34d0276 (patch)
tree07ce64ea6078a3b10f4b2ebe043b33d9806c337c /opentrack
parent48e94f67beb57749999d16adcf43af93ee8976da (diff)
kill some logspam
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 733fc731..12433020 100644
--- a/opentrack/main-window.cpp
+++ b/opentrack/main-window.cpp
@@ -644,7 +644,7 @@ void main_window::exit(int status)
return;
exiting_already = true;
- qDebug() << "opentrack: exiting";
+ //qDebug() << "opentrack: exiting";
if (tray)
tray->hide();