0
0
Fork 0
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:
Elizabeth Myers 2016-03-26 19:31:45 -05:00
parent 6950cc255a
commit 4ac5b30e77

View file

@ -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