From 60b8a1750766d5590025889bf9e5cfcbcd17866f Mon Sep 17 00:00:00 2001 From: starknt <1431880400@qq.com> Date: Mon, 8 Jan 2024 10:45:57 +0800 Subject: [PATCH] clean code --- src/components/SearchBar/searchHistoryProvider.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SearchBar/searchHistoryProvider.ts b/src/components/SearchBar/searchHistoryProvider.ts index ac399531..d8d0a757 100644 --- a/src/components/SearchBar/searchHistoryProvider.ts +++ b/src/components/SearchBar/searchHistoryProvider.ts @@ -93,7 +93,6 @@ export async function getSearchHistory(): Promise { return historySort(history) } catch (error) { - console.error(error) return [] } }