Disable GDB logging

This commit is contained in:
momo5502
2025-01-19 16:11:25 +01:00
parent f915113d8b
commit fc990779cf

View File

@@ -491,7 +491,7 @@ namespace gdb_stub
void handle_command(const debugging_context& c, const uint8_t command, const std::string_view data)
{
printf("GDB command: %c -> %.*s\n", command, static_cast<int>(data.size()), data.data());
// printf("GDB command: %c -> %.*s\n", command, static_cast<int>(data.size()), data.data());
switch (command)
{