commit c439bed25a634bde8017633a14b40a9496caf39c from: Omar Polo date: Thu Dec 16 14:11:11 2021 UTC remove unnecessary logging commit - 5585f1c3803e04ba1341fef0f031b1df1312682a commit + c439bed25a634bde8017633a14b40a9496caf39c blob - 00d783d670eb4180e7577b988ab00b6e486cea71 blob + aa91895bd924b2c661536d07bacecae8348eff90 --- kamid.c +++ kamid.c @@ -281,7 +281,6 @@ do_auth_tls(struct imsg *imsg) if ((t = auth_table_by_id(auth.listen_id)) == NULL) fatal("request for invalid listener id %d", imsg->hdr.pid); - log_debug("before table_lookup"); if (table_lookup(t, auth.hash, &username) == -1) { log_warnx("login failed for hash %s", auth.hash); goto err;