Skip to content

Commit

Permalink
Removed debug menu prints
Browse files Browse the repository at this point in the history
  • Loading branch information
drofp committed May 7, 2019
1 parent e4613c4 commit a670dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main_menu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace roadrun
enter_pressed = 1;
break;
default:
mvprintw(24, 0, "Charcter pressed is = %3d Hopefully it can be printed as '%c'", c, c);
// mvprintw(24, 0, "Charcter pressed is = %3d Hopefully it can be printed as '%c'", c, c);
refresh();
break;
}
Expand Down
2 changes: 1 addition & 1 deletion src/settings_menu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace roadrun
enter_pressed = 1;
break;
default:
mvprintw(24, 0, "Charcter pressed is = %3d Hopefully it can be printed as '%c'", c, c);
// mvprintw(24, 0, "Charcter pressed is = %3d Hopefully it can be printed as '%c'", c, c);
refresh();
break;
}
Expand Down

0 comments on commit a670dd4

Please sign in to comment.