ircd: remove debug

This commit is contained in:
Simon Arlott 2019-08-31 16:36:41 +01:00
parent eeeb228664
commit ac4365f5a4
No known key found for this signature in database
GPG key ID: 49BFFEEFD4C3ED53

View file

@ -243,7 +243,6 @@ make_client(struct Client *from)
SetUnknown(client_p);
rb_strlcpy(client_p->username, "unknown", sizeof(client_p->username));
printf("client_p=%p (%zu)\n", client_p, sizeof(client_p));
return client_p;
}