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();