Skip to content

Commit

Permalink
fix: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Mar 29, 2016
1 parent 1f9653a commit ded7515
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ module.exports = function(Api) {
body += chunk;
});
response.on('end', function () {
console.log('end'); //eslint-disable-line
var data;
try {
data = JSON.parse(body);
Expand Down

0 comments on commit ded7515

Please sign in to comment.