Skip to content

Commit

Permalink
Removed some accidentally-committed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Sep 16, 2016
1 parent fff2e3f commit 7def4d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/widgets/window.cpp
Expand Up @@ -1414,7 +1414,6 @@ void twindow::signal_handler_sdl_key_down(const event::tevent event,
DBG_GUI_E << LOG_HEADER << ' ' << event << ".\n";

if(!enter_disabled_ && (key == SDLK_KP_ENTER || key == SDLK_RETURN)) {
std::cerr << "window key handler fires\n";
set_retval(OK);
handled = true;
} else if(key == SDLK_ESCAPE && !escape_disabled_) {
Expand Down

0 comments on commit 7def4d5

Please sign in to comment.