mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
authd/providers/ident: remove debugging message
This commit is contained in:
parent
6950cc255a
commit
4ac5b30e77
1 changed files with 0 additions and 2 deletions
|
@ -185,8 +185,6 @@ read_ident_reply(rb_fde_t *F, void *data)
|
|||
message = REPORT_INVALID;
|
||||
}
|
||||
|
||||
warn_opers(L_DEBUG, "Got username: '%s'", auth->username);
|
||||
|
||||
if(s == NULL)
|
||||
client_fail(auth, message);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue