Removing debug comments.

This commit is contained in:
emb
2015-01-31 00:24:10 -06:00
parent a8fe5d7184
commit 08b4aaec5e
2 changed files with 0 additions and 2 deletions

View File

@@ -172,7 +172,6 @@ void Component::Update(float dt)
case MENU_EXIT: case MENU_EXIT:
CurrentTweens = NULL; CurrentTweens = NULL;
CurrentAnimationState = IDLE; CurrentAnimationState = IDLE;
Logger::Write(Logger::ZONE_ERROR, "Component", "completed menu exit tween (hidden)");
break; break;

View File

@@ -399,7 +399,6 @@ RetroFE::RETROFE_STATE RetroFE::ProcessUserInput(Page *page)
if (keys[Input.GetScancode(UserInput::KeyCodeSelect)]) if (keys[Input.GetScancode(UserInput::KeyCodeSelect)])
{ {
NextPageItem = page->GetSelectedItem(); NextPageItem = page->GetSelectedItem();
Logger::Write(Logger::ZONE_INFO, "RetroFE", "SELECT KEYCODE START");
if(NextPageItem) if(NextPageItem)
{ {