From 71f22e1ac610de3507bea726ae0d0db4c59e732d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 20 Aug 2023 22:07:44 +0200 Subject: Remove debug print --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 2226b52..de87cab 100644 --- a/main.c +++ b/main.c @@ -233,7 +233,6 @@ totp(struct totp_config conf, uint32_t *code) /* SHA1 hashes are 20 bytes long */ off = mac[19] & 0x0F; - printf("%d\n", off); binc = (mac[off + 0] & 0x7F) << 24 | (mac[off + 1] & 0xFF) << 16 | (mac[off + 2] & 0xFF) << 8 -- cgit v1.2.3