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:
Lioncash
2020-11-25 21:21:45 -05:00
parent ffbf3d71f0
commit 978e5469af
6 changed files with 1 additions and 55 deletions

View File

@ -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();