nsyshid: remove stray print statements (#1106)

This commit is contained in:
Simon
2024-03-06 14:37:36 +01:00
committed by GitHub
parent 8b37e316d0
commit 49c55a3f56
2 changed files with 0 additions and 2 deletions
@@ -446,7 +446,6 @@ namespace nsyshid::backend::windows
{
sprintf(debugOutput + i * 3, "%02x ", data[i]);
}
fmt::print("{} Data: {}\n", prefix, debugOutput);
cemuLog_logDebug(LogType::Force, "[{}] Data: {}", prefix, debugOutput);
}
} // namespace nsyshid::backend::windows
-1
View File
@@ -332,7 +332,6 @@ namespace nsyshid
{
sprintf(debugOutput + i * 3, "%02x ", data[i]);
}
fmt::print("{} Data: {}\n", prefix, debugOutput);
cemuLog_logDebug(LogType::Force, "[{}] Data: {}", prefix, debugOutput);
}