unconsole.log

This commit is contained in:
Cyrus 2014-12-22 08:57:29 +08:00
parent bd191c09e5
commit db6c6aaffc

View file

@ -109,7 +109,6 @@ function fetch(url, cb) {
try {
body = JSON.parse(data);
} catch(e) {
console.log(data, e);
body = {};
}
data = {