From 08a51ca6b1529df65dfcab91b8f4852f5c26988a Mon Sep 17 00:00:00 2001 From: asier-isayas Date: Thu, 10 Jul 2025 11:58:11 -0400 Subject: [PATCH] Remove unneeded and misleading console log (#2186) Co-authored-by: Asier Isayas --- src/Explorer/Panes/SettingsPane/SettingsPane.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx index 68583e6af..ac842a7d1 100644 --- a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx +++ b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx @@ -433,9 +433,6 @@ export const SettingsPane: FunctionComponent<{ explorer: Explorer }> = ({ ); } - logConsoleInfo( - `Updated query setting to ${LocalStorageUtility.getEntryString(StorageKey.SetPartitionKeyUndefined)}`, - ); refreshExplorer && (await explorer.refreshExplorer()); closeSidePanel(); };