Got rid of '!' command (debug)

This commit is contained in:
Bobbi Webber-Manners 2020-07-16 16:27:15 -04:00
parent 3a17401b76
commit dedb05e6fa

View File

@ -1706,9 +1706,6 @@ void keyboard_hdlr(void) {
case 0x13: // Ctrl-S 'Send queued messages'
load_smtp65();
break;
case '!': // Secret debug command!!!
load_pop65();
break;
case 'q':
case 'Q':
if (prompt_okay("Quit - ")) {