mirror of
https://github.com/HKUDS/LightRAG.git
synced 2026-01-06 11:51:00 +00:00
Remove debug output
This commit is contained in:
parent
c3934ccccb
commit
9cdddf90fd
@ -1242,9 +1242,6 @@ class PGGraphStorage(BaseGraphStorage):
|
||||
record = (await self._query(query))[0]
|
||||
if record:
|
||||
edge_count = int(record["total_edge_count"])
|
||||
|
||||
print(f"edge_count: {edge_count} / {node_id}")
|
||||
|
||||
return edge_count
|
||||
|
||||
async def edge_degree(self, src_id: str, tgt_id: str) -> int:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user