From dbfe45370f232c42db0a24b140db94279429bb4c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 19 Jul 2016 09:44:24 +0200 Subject: logic, compat: remove pointless debug messages --- opentrack-compat/options.cpp | 2 -- opentrack-logic/dinput.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/opentrack-compat/options.cpp b/opentrack-compat/options.cpp index bfc95410..d0ef00a2 100644 --- a/opentrack-compat/options.cpp +++ b/opentrack-compat/options.cpp @@ -176,8 +176,6 @@ opts::opts(const QString &name) : b(bundle(name)) custom_type_initializer::custom_type_initializer() { - qDebug() << "options: registering stream operators"; - qRegisterMetaTypeStreamOperators("slider_value"); QMetaType::registerDebugStreamOperator(); } diff --git a/opentrack-logic/dinput.cpp b/opentrack-logic/dinput.cpp index 4958e862..65c1405d 100644 --- a/opentrack-logic/dinput.cpp +++ b/opentrack-logic/dinput.cpp @@ -29,7 +29,6 @@ dinput_handle::di_t dinput_handle::init_di() { if (SUCCEEDED(DirectInput8Create(GetModuleHandle(NULL), DIRECTINPUT_VERSION, IID_IDirectInput8, (void**)&di_, NULL))) { - qDebug() << "made dinput8 handle"; return di_; } else -- cgit v1.2.3