diff options
| -rw-r--r-- | simon/res.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/res.cpp b/simon/res.cpp index a521a33127..6838f01ffc 100644 --- a/simon/res.cpp +++ b/simon/res.cpp @@ -258,7 +258,6 @@ byte *SimonState::readSingleOpcode(File *in, byte *ptr) break; case GAME_SIMON2DOS: table = opcode_arg_table_simon2dos; - printf("right opcode table\n"); break; case GAME_SIMON2WIN: table = opcode_arg_table_simon2win; |
