unconsole.log
This commit is contained in:
parent
bd191c09e5
commit
db6c6aaffc
@ -109,7 +109,6 @@ function fetch(url, cb) {
|
|||||||
try {
|
try {
|
||||||
body = JSON.parse(data);
|
body = JSON.parse(data);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.log(data, e);
|
|
||||||
body = {};
|
body = {};
|
||||||
}
|
}
|
||||||
data = {
|
data = {
|
||||||
|
Loading…
Reference in New Issue
Block a user