Skip to content

Commit

Permalink
Cleanup console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmusso committed Jun 4, 2017
1 parent bf52fca commit ed4617e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GremlinClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ class GremlinClient extends EventEmitter {
* @param {MessageEvent} event
*/
handleProtocolMessage(message) {
console.log('------------------------------------------------')
console.log(this.options)
let rawMessage, requestId, statusCode, statusMessage;
try {
const { data } = message;
Expand Down

0 comments on commit ed4617e

Please sign in to comment.