mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-29 19:15:37 +01:00
Removing debug comments.
This commit is contained in:
parent
a8fe5d7184
commit
08b4aaec5e
@ -172,7 +172,6 @@ void Component::Update(float dt)
|
||||
case MENU_EXIT:
|
||||
CurrentTweens = NULL;
|
||||
CurrentAnimationState = IDLE;
|
||||
Logger::Write(Logger::ZONE_ERROR, "Component", "completed menu exit tween (hidden)");
|
||||
break;
|
||||
|
||||
|
||||
|
||||
@ -399,7 +399,6 @@ RetroFE::RETROFE_STATE RetroFE::ProcessUserInput(Page *page)
|
||||
if (keys[Input.GetScancode(UserInput::KeyCodeSelect)])
|
||||
{
|
||||
NextPageItem = page->GetSelectedItem();
|
||||
Logger::Write(Logger::ZONE_INFO, "RetroFE", "SELECT KEYCODE START");
|
||||
|
||||
if(NextPageItem)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user