Remove printf

This commit is contained in:
Federico Cecchetto 2022-03-01 03:16:56 +01:00
parent b0aa4dcd5d
commit a27ebd4ad3

View File

@ -564,8 +564,6 @@ namespace party
return; return;
} }
printf("%s\n", info.build().data());
if (info.get("challenge") != connect_state.challenge) if (info.get("challenge") != connect_state.challenge)
{ {
const auto str = "Invalid challenge."; const auto str = "Invalid challenge.";