Skip to content

Commit b4207ec

Browse files
alexk-blackopsalexk-blackops
authored andcommitted
removed some console.log calls
1 parent 1dac360 commit b4207ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/exception.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,11 @@ module.exports = {
3737
var body = '';
3838
if (req) {
3939
req.on('data', function (chunk) {
40-
console.log('here');
4140
body += chunk;
4241
});
4342
req.on('end', function () {
4443
var json = qs.parse(body);
4544
req.body = json;
46-
console.log('body: ', body);
4745
});
4846
}
4947

0 commit comments

Comments
 (0)