Skip to content

Commit c0eac42

Browse files
remove error log statement
reverts afaf8ef errors are send through the error object
1 parent fe5416c commit c0eac42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
done();
4242
},
4343
error: function(err) {
44-
console.log(err);
4544
done(err);
4645
}
4746
});

0 commit comments

Comments
 (0)