commit 053e042b6deee862dcf67bf28bd8f94d8c7c030c from: Stefan Sperling date: Fri Aug 29 15:41:38 2025 UTC remove stray debug logging commit - ea7d18f48b143aabec6a2d996609bdd00eff0d8e commit + 053e042b6deee862dcf67bf28bd8f94d8c7c030c blob - 6cd76920653d4bb2a04023ba2fd5a9992e7b723a blob + d3abcb684f87d34231088d470a8c54b47039eb50 --- gotwebd/auth.c +++ gotwebd/auth.c @@ -263,7 +263,6 @@ auth_gen_token(uint64_t uid, const char *hostname) BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); b64 = BIO_push(b64, bmem); - log_warnx("siz is %zu", siz + hmaclen); if (BIO_write(b64, tok, siz) != (int)siz || BIO_write(b64, hmac, hmaclen) != hmaclen || BIO_flush(b64) <= 0) {