cleaned code
Browse files- lightrag/lightrag.py +0 -1
lightrag/lightrag.py
CHANGED
@@ -609,7 +609,6 @@ class LightRAG:
|
|
609 |
}
|
610 |
}
|
611 |
)
|
612 |
-
logger.error(f"Complete {doc_id}")
|
613 |
await self._insert_done()
|
614 |
|
615 |
except Exception as e:
|
|
|
609 |
}
|
610 |
}
|
611 |
)
|
|
|
612 |
await self._insert_done()
|
613 |
|
614 |
except Exception as e:
|