Skip to content

Commit ded7515

Browse files
committed
fix: removed console.log
1 parent 1f9653a commit ded7515

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/plugins/request.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ module.exports = function(Api) {
3737
body += chunk;
3838
});
3939
response.on('end', function () {
40-
console.log('end'); //eslint-disable-line
4140
var data;
4241
try {
4342
data = JSON.parse(body);

0 commit comments

Comments
 (0)