mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-10 06:44:05 +00:00
Remove redundant debug log for graph labels fetching
This commit is contained in:
parent
ffaa3493bd
commit
202f7befaf
@ -29,8 +29,6 @@ const GraphLabels = () => {
|
|||||||
// Set global flag to indicate we've attempted to fetch in this session
|
// Set global flag to indicate we've attempted to fetch in this session
|
||||||
useGraphStore.getState().setLabelsFetchAttempted(true)
|
useGraphStore.getState().setLabelsFetchAttempted(true)
|
||||||
|
|
||||||
console.log('Fetching graph labels (once per session)...')
|
|
||||||
|
|
||||||
useGraphStore.getState().fetchAllDatabaseLabels()
|
useGraphStore.getState().fetchAllDatabaseLabels()
|
||||||
.then(() => {
|
.then(() => {
|
||||||
labelsLoadedRef.current = true
|
labelsLoadedRef.current = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user