From d5b824d8cf956d298b4e7158efb3432b4a4ddd2d Mon Sep 17 00:00:00 2001 From: Josh Allen Date: Mon, 19 Sep 2005 19:13:26 +0000 Subject: [PATCH] Opps, forgot to remove LOG code used for debugging. --- stepmania/src/ScreenNetRoom.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/ScreenNetRoom.cpp b/stepmania/src/ScreenNetRoom.cpp index 4f14874742..58b25a9199 100644 --- a/stepmania/src/ScreenNetRoom.cpp +++ b/stepmania/src/ScreenNetRoom.cpp @@ -9,7 +9,7 @@ #include "ScreenTextEntry.h" #include "Command.h" #include "WheelItemBase.h" -#include "RageLog.h" +//#include "RageLog.h" #include "InputEventPlus.h" #define TITLEBG_WIDTH THEME->GetMetricF(m_sName,"TitleBGWidth") @@ -86,7 +86,6 @@ void ScreenNetRoom::Input( const InputEventPlus &input ) m_RoomWheel.Move(0); m_deployDelay.Touch(); m_RoomInfoState = CLOSED; - LOG->Info("touched"); } if (((input.MenuI.button == MENU_BUTTON_LEFT) || (input.MenuI.button == MENU_BUTTON_RIGHT)) && (input.type != IET_RELEASE))