unconsole.log

This commit is contained in:
Cyrus 2014-12-22 08:57:29 +08:00
parent bd191c09e5
commit db6c6aaffc
1 changed files with 0 additions and 1 deletions

View File

@ -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 = {