diff options
-rw-r--r-- | dinput/dinput.cpp | 2 | ||||
-rw-r--r-- | opentrack/main-window.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dinput/dinput.cpp b/dinput/dinput.cpp index 3bbeb34b..31de40e7 100644 --- a/dinput/dinput.cpp +++ b/dinput/dinput.cpp @@ -53,7 +53,7 @@ diptr di_t::init_di_() std::abort(); } - qDebug() << "dinput: initialized"; + //qDebug() << "dinput: initialized"; return di; } 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(); |