Commit 4edd0240 by zihan

去掉一些日志

parent 8c9ee6a6
...@@ -109,8 +109,8 @@ class biboxApi { ...@@ -109,8 +109,8 @@ class biboxApi {
callback(result, null); callback(result, null);
} }
} catch (e) { } catch (e) {
console.error(e); // console.error(e);
console.error(body); // console.error(body);
callback({statusCode:response.statusCode}, null); callback({statusCode:response.statusCode}, null);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment