mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core: Remove commented out logs
Commented out logs shouldn't be kept around, since it makes performing renames and migrations harder, as tooling generally doesn't inspect comments.
This commit is contained in:
@ -735,7 +735,7 @@ void gdb_handle_exception()
|
||||
break;
|
||||
case 'k':
|
||||
gdb_deinit();
|
||||
INFO_LOG(GDB_STUB, "killed by gdb");
|
||||
INFO_LOG_FMT(GDB_STUB, "killed by gdb");
|
||||
return;
|
||||
case 'g':
|
||||
gdb_read_registers();
|
||||
|
Reference in New Issue
Block a user