mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 05:44:57 +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) => {
|
.then((result: any) => {
|
||||||
const t1 = Date.now();
|
const t1 = Date.now();
|
||||||
const { hash, nonce } = result;
|
const { hash, nonce } = result;
|
||||||
console.log({ hash, nonce });
|
|
||||||
|
|
||||||
const doRedirect = () => {
|
const doRedirect = () => {
|
||||||
const redir = getRedirectUrl();
|
const redir = getRedirectUrl();
|
||||||
|
|||||||
Reference in New Issue
Block a user