From 4e4c7bb64762d018ede7c35124443b4eae6ccc27 Mon Sep 17 00:00:00 2001 From: vvvvvv1vvvvvv Date: Tue, 24 Oct 2023 10:15:45 +0800 Subject: [PATCH] chore: remove useless console --- src/ui/views/SortHat.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/views/SortHat.tsx b/src/ui/views/SortHat.tsx index 8ec7d069b9a..c0aa78a70b5 100644 --- a/src/ui/views/SortHat.tsx +++ b/src/ui/views/SortHat.tsx @@ -38,7 +38,6 @@ const SortHat = () => { ) { const cache = (await wallet.getPageStateCache())!; if (cache.path) { - console.log(cache); // prevent path is empty then extension will stuck setTo(cache.path + (cache.search || '')); return;