From ea7bfff0a24d712186a67904a5f244c7597ca92e Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Wed, 31 May 2023 17:41:09 +0800 Subject: [PATCH] remove log (#894) * Update ErrorFallback.tsx * remove log --------- Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com> --- interface/ErrorFallback.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/ErrorFallback.tsx b/interface/ErrorFallback.tsx index b0e1665e3..f16f5ed59 100644 --- a/interface/ErrorFallback.tsx +++ b/interface/ErrorFallback.tsx @@ -88,7 +88,6 @@ export function ErrorPage({ variant="colored" className="max-w-xs mt-4 bg-red-500 border-transparent" onClick={() => { - console.log('A'); // TODO // @ts-expect-error window.__TAURI_INVOKE__('reset_spacedrive'); }}