Remove debug print
This commit is contained in:
parent
c44ae94137
commit
71dd15ab6b
1 changed files with 0 additions and 1 deletions
|
|
@ -6036,7 +6036,6 @@ static void HandlePacketFromPlayer(SINT8 node)
|
|||
if (targetplayer == -1)
|
||||
continue;
|
||||
|
||||
CONS_Printf("receiving %s pk %s\n", GetPrettyRRID(lastChallengeAll, true), GetPrettyRRID(players[targetplayer].public_key, true));
|
||||
if (crypto_eddsa_check(netbuffer->u.responseall.signature[responseplayer], players[targetplayer].public_key, lastChallengeAll, sizeof(lastChallengeAll)))
|
||||
{
|
||||
// Something scary can happen when multiple kicks that resolve to the same node are processed in quick succession.
|
||||
|
|
|
|||
Loading…
Reference in a new issue