Skip to content

Commit

Permalink
cleaning up logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhoff committed Jan 23, 2018
1 parent 0ec8906 commit 68aa456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/client.js
Expand Up @@ -155,7 +155,6 @@ StreamClient.prototype = {

var callback = this.wrapCallback(cb);
return function task(error, response, body) {
// console.log(error);
if (error) {
reject(new errors.StreamApiError(`${error}`, body, response));
} else if (!/^2/.test('' + response.statusCode)) {
Expand Down

0 comments on commit 68aa456

Please sign in to comment.