Skip to content

Commit ec50186

Browse files
encloincpajaydev
authored andcommitted
Update request.js (#43)
1 parent 0f1fd17 commit ec50186

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/request.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const getRequest = (url) => {
1212
body += data;
1313
});
1414
res.on('end', () => {
15-
console.log(JSON.parse(body).errorMessage);
1615
if (JSON.parse(body).errorMessage) {
1716
reject(body);
1817
}

0 commit comments

Comments
 (0)