Skip to content

Commit 2bbcaa6

Browse files
committed
Don't log errors to console
- If trying to connect with invalid auth creds logging will happen
1 parent bf82d0a commit 2bbcaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/internal/connector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function LOG(err) {
8080
let NO_OP_OBSERVER = {
8181
onNext : NO_OP,
8282
onCompleted : NO_OP,
83-
onError : LOG
83+
onError : NO_OP
8484
}
8585

8686
/** Maps from packstream structures to Neo4j domain objects */

0 commit comments

Comments
 (0)