mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +00:00
fix(js/main): stop logging solution details when solved
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user