Skip to content

Commit f9c749c

Browse files
authored
Removing console.log
1 parent 5a00853 commit f9c749c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/http/request.http.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ const requestHandler = (options) => {
2222
}
2323

2424
if (result.body) {
25-
console.log(result);
26-
console.log(result.headers);
2725
let body;
2826
try{
2927
body = JSON.parse(result.body);

0 commit comments

Comments
 (0)