From b6fd30bf9a716f060856ebc6767fa36e66b5fc2f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 22 Sep 2014 10:26:36 +0200 Subject: nix spurious debug --- ftnoir_protocol_ft/ftnoir_protocol_ft.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ftnoir_protocol_ft') diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp b/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp index 7b62dfbb..39ac649d 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp @@ -126,8 +126,6 @@ void FTNoIR_Protocol::start_dummy() { QString program = QCoreApplication::applicationDirPath() + "/TrackIR.exe"; dummyTrackIR.setProgram("\"" + program + "\""); dummyTrackIR.start(); - - qDebug() << "FTServer::run() says: TrackIR.exe executed!" << program; } bool FTNoIR_Protocol::checkServerInstallationOK() @@ -140,8 +138,6 @@ bool FTNoIR_Protocol::checkServerInstallationOK() QString aLocation = QCoreApplication::applicationDirPath() + "/"; - qDebug() << "checkServerInstallationOK says: used interface = " << s.intUsedInterface; - switch (s.intUsedInterface) { case 0: // Use both interfaces settings.setValue( "Path" , aLocation ); -- cgit v1.2.3