diff --git a/lightrag_webui/src/components/graph/GraphLabels.tsx b/lightrag_webui/src/components/graph/GraphLabels.tsx index 606a2d60..b23734fb 100644 --- a/lightrag_webui/src/components/graph/GraphLabels.tsx +++ b/lightrag_webui/src/components/graph/GraphLabels.tsx @@ -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