Skip to content
This repository was archived by the owner on Jan 4, 2018. It is now read-only.

Commit a042d8a

Browse files
committed
Remove log
1 parent 8609eea commit a042d8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/process-response.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default function processResponse (response) {
66
try { body = JSON.parse(body) }
77
catch (error) { if (isOk) isOk = false }
88

9-
console.log(body, response)
109
if (isOk) return body
1110

1211
throw { ...body, statusCode: response.status }

0 commit comments

Comments
 (0)