Remove unneeded and misleading console log (#2186)

Co-authored-by: Asier Isayas <aisayas@microsoft.com>
This commit is contained in:
asier-isayas 2025-07-10 11:58:11 -04:00 committed by GitHub
parent 30a3b5c7a4
commit 08a51ca6b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -433,9 +433,6 @@ export const SettingsPane: FunctionComponent<{ explorer: Explorer }> = ({
);
}
logConsoleInfo(
`Updated query setting to ${LocalStorageUtility.getEntryString(StorageKey.SetPartitionKeyUndefined)}`,
);
refreshExplorer && (await explorer.refreshExplorer());
closeSidePanel();
};