mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 17:19:18 +01:00
nsyshid: remove stray print statements (#1106)
This commit is contained in:
parent
8b37e316d0
commit
49c55a3f56
@ -446,7 +446,6 @@ namespace nsyshid::backend::windows
|
|||||||
{
|
{
|
||||||
sprintf(debugOutput + i * 3, "%02x ", data[i]);
|
sprintf(debugOutput + i * 3, "%02x ", data[i]);
|
||||||
}
|
}
|
||||||
fmt::print("{} Data: {}\n", prefix, debugOutput);
|
|
||||||
cemuLog_logDebug(LogType::Force, "[{}] Data: {}", prefix, debugOutput);
|
cemuLog_logDebug(LogType::Force, "[{}] Data: {}", prefix, debugOutput);
|
||||||
}
|
}
|
||||||
} // namespace nsyshid::backend::windows
|
} // namespace nsyshid::backend::windows
|
||||||
|
@ -332,7 +332,6 @@ namespace nsyshid
|
|||||||
{
|
{
|
||||||
sprintf(debugOutput + i * 3, "%02x ", data[i]);
|
sprintf(debugOutput + i * 3, "%02x ", data[i]);
|
||||||
}
|
}
|
||||||
fmt::print("{} Data: {}\n", prefix, debugOutput);
|
|
||||||
cemuLog_logDebug(LogType::Force, "[{}] Data: {}", prefix, debugOutput);
|
cemuLog_logDebug(LogType::Force, "[{}] Data: {}", prefix, debugOutput);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user