Skip to content

Commit

Permalink
remove unnecessary debug
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Nov 26, 2015
1 parent d0539da commit 0a65efa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Expand Up @@ -512,9 +512,6 @@ module.exports = {

update: function(params, callback) {
var client = getClient();

debug(params);

client.put("/connections", params, callback);
}
};

0 comments on commit 0a65efa

Please sign in to comment.