Skip to content

Commit 61e81ba

Browse files
committed
Merge pull request neo4j#37 from oskarhane/no-logging-to-console-on-error
Don't log errors to console
2 parents cf32f82 + 2bbcaa6 commit 61e81ba

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
@@ -81,7 +81,7 @@ function LOG(err) {
8181
let NO_OP_OBSERVER = {
8282
onNext : NO_OP,
8383
onCompleted : NO_OP,
84-
onError : LOG
84+
onError : NO_OP
8585
}
8686

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

0 commit comments

Comments
 (0)