Skip to content

Commit

Permalink
Remove silly debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jan 3, 2014
1 parent 1661296 commit af8a9bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UI/EmuScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ void EmuScreen::onVKeyDown(int virtualKeyCode) {
}
break;
case VIRTKEY_TOGGLE_FULLSCREEN:
printf("huly\n");

This comment has been minimized.

Copy link
@thedax

thedax Jan 3, 2014

Collaborator

I was going to ask about that.. :P

System_SendMessage("toggle_fullscreen", "");
break;
}
Expand Down

0 comments on commit af8a9bc

Please sign in to comment.