Remove debugging message.

This commit is contained in:
Barra Ó Catháin 2023-04-13 02:51:06 +01:00
parent a9c600219f
commit 70bdb879bf
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ int main(int argc, char ** argv)
// See if we can put in the client: // See if we can put in the client:
for (int index = 0; index < PLAYERCOUNT; index++) for (int index = 0; index < PLAYERCOUNT; index++)
{ {
printf("Checking for slot: %d\n", index);
// When there is an empty slot, pop it in: // When there is an empty slot, pop it in:
if (clientSockets[index] == 0) if (clientSockets[index] == 0)
{ {