diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-03 22:31:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-03 22:31:57 +0100 |
commit | 22d4c7cc0cadf212052ef72c3bf8ddda6f73a647 (patch) | |
tree | 70d9087b64d59a770c89ae44a19657bb527f427c | |
parent | dd67c2971d4f41267d4d08ebd8c5aefdb675c6e5 (diff) |
api, compat: clean up verbose fprintf logspam
-rw-r--r-- | opentrack-compat/shm.cpp | 1 | ||||
-rw-r--r-- | opentrack/keybinding-worker.cpp | 1 | ||||
-rw-r--r-- | opentrack/win32-joystick.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/opentrack-compat/shm.cpp b/opentrack-compat/shm.cpp index fffb3709..a306d581 100644 --- a/opentrack-compat/shm.cpp +++ b/opentrack-compat/shm.cpp @@ -92,7 +92,6 @@ struct secattr attrs.lpSecurityDescriptor = pSD; attrs.nLength = sizeof(SECURITY_ATTRIBUTES); - fprintf(stderr, "security descriptor ok\n"); fflush(stderr); return; diff --git a/opentrack/keybinding-worker.cpp b/opentrack/keybinding-worker.cpp index 59bc4afd..3c801cf2 100644 --- a/opentrack/keybinding-worker.cpp +++ b/opentrack/keybinding-worker.cpp @@ -24,7 +24,6 @@ bool Key::should_process() } KeybindingWorker::~KeybindingWorker() { - qDebug() << "keybinding worker stop"; should_quit = true; wait(); if (dinkeyboard) { diff --git a/opentrack/win32-joystick.cpp b/opentrack/win32-joystick.cpp index 0f8a08f8..cd3502b4 100644 --- a/opentrack/win32-joystick.cpp +++ b/opentrack/win32-joystick.cpp @@ -122,7 +122,6 @@ win32_joy_ctx::win32_joy_ctx() void win32_joy_ctx::release() { - qDebug() << "release joystick dinput handle"; joys() = std::unordered_map<QString, std::shared_ptr<joy>>(); { auto& di = dinput_handle(); |