Opps, forgot to remove LOG code used for debugging.

This commit is contained in:
Josh Allen
2005-09-19 19:13:26 +00:00
parent dd33512012
commit d5b824d8cf
+1 -2
View File
@@ -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))