fix(js/main): stop logging solution details when solved

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2026-03-20 10:41:22 +00:00
parent b9b7a40923
commit b5342b6a0b

View File

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