From 201d6e80297ce071f32ec0a1d3e0b75ffcd2c7a4 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 3 May 2012 14:06:41 -0500 Subject: [PATCH] another patch from djpohly, this time to silence some pointless log output --- src/arch/InputHandler/InputHandler_Linux_Joystick.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/arch/InputHandler/InputHandler_Linux_Joystick.cpp b/src/arch/InputHandler/InputHandler_Linux_Joystick.cpp index 2fc7392d0c..c4f8028803 100644 --- a/src/arch/InputHandler/InputHandler_Linux_Joystick.cpp +++ b/src/arch/InputHandler/InputHandler_Linux_Joystick.cpp @@ -4,7 +4,6 @@ #include "RageLog.h" #include "RageUtil.h" -#include #include #include @@ -135,7 +134,6 @@ void InputHandler_Linux_Joystick::InputThread() continue; RageTimer now; - printf("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\n"); for(int i = 0; i < NUM_JOYSTICKS; ++i) { if( fds[i] == -1 )