ircd: remove debug
This commit is contained in:
parent
eeeb228664
commit
ac4365f5a4
1 changed files with 0 additions and 1 deletions
|
@ -243,7 +243,6 @@ make_client(struct Client *from)
|
||||||
SetUnknown(client_p);
|
SetUnknown(client_p);
|
||||||
rb_strlcpy(client_p->username, "unknown", sizeof(client_p->username));
|
rb_strlcpy(client_p->username, "unknown", sizeof(client_p->username));
|
||||||
|
|
||||||
printf("client_p=%p (%zu)\n", client_p, sizeof(client_p));
|
|
||||||
return client_p;
|
return client_p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue