Remove redundant debug log for graph labels fetching

This commit is contained in:
yangdx
2025-03-19 14:08:28 +08:00
parent ffaa3493bd
commit 202f7befaf

View File

@@ -29,8 +29,6 @@ const GraphLabels = () => {
// Set global flag to indicate we've attempted to fetch in this session
useGraphStore.getState().setLabelsFetchAttempted(true)
console.log('Fetching graph labels (once per session)...')
useGraphStore.getState().fetchAllDatabaseLabels()
.then(() => {
labelsLoadedRef.current = true