From b5342b6a0b1d083d7fcd845aaf1cd9a29e886560 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 20 Mar 2026 10:41:22 +0000 Subject: [PATCH] fix(js/main): stop logging solution details when solved Signed-off-by: Xe Iaso --- web/js/main.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/js/main.tsx b/web/js/main.tsx index d890cb86..32e39ad3 100644 --- a/web/js/main.tsx +++ b/web/js/main.tsx @@ -214,7 +214,6 @@ function App({ anubisVersion, basePrefix }: AppProps) { .then((result: any) => { const t1 = Date.now(); const { hash, nonce } = result; - console.log({ hash, nonce }); const doRedirect = () => { const redir = getRedirectUrl();