Remove printf

This commit is contained in:
Federico Cecchetto 2022-03-01 03:16:56 +01:00
parent 578247c477
commit 88baa72876

View File

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