diff --git a/lightrag/kg/neo4j_impl.py b/lightrag/kg/neo4j_impl.py index 289b62df..a7c39fec 100644 --- a/lightrag/kg/neo4j_impl.py +++ b/lightrag/kg/neo4j_impl.py @@ -37,9 +37,6 @@ class GraphStorage(BaseGraphStorage): PASSWORD = os.environ["NEO4J_PASSWORD"] else: raise Exception (f"One or more Neo4J Credentials, {credetial_parts}, not found in the environment") - print (f"uri: {URI}") - print (f"uri: {USERNAME}") - print (f"uri: {PASSWORD}") self._driver = GraphDatabase.driver(URI, auth=(USERNAME, PASSWORD)) self._node_embed_algorithms = {