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 /opentrack/win32-joystick.cpp | |
parent | dd67c2971d4f41267d4d08ebd8c5aefdb675c6e5 (diff) |
api, compat: clean up verbose fprintf logspam
Diffstat (limited to 'opentrack/win32-joystick.cpp')
-rw-r--r-- | opentrack/win32-joystick.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |