Skip to content

Commit a3466bd

Browse files
committed
Remove debug
1 parent f504627 commit a3466bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/neo4j-driver/test/internal/shared-neo4j.js

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import Neo4jContainer from './neo4j-container'
2121

2222
const env = global.__karma__ ? global.__karma__.config.env : process.env
2323

24-
console.error(env)
2524
const username = env.TEST_NEO4J_USER || 'neo4j'
2625
const password = env.TEST_NEO4J_PASS || 'password'
2726
const hostname = env.TEST_NEO4J_HOST || 'localhost'

0 commit comments

Comments
 (0)