Browse Source

日志调整

hl 1 year ago
parent
commit
88558372f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/robot.js

+ 1 - 1
src/robot.js

@@ -545,7 +545,7 @@ function robotAmount(app) {
             .then((data) => {
                 var d = JSON.parse(data)
                 //余额有变动上报一次
-                logger.info(`余额当前:${(app.nowBalance + "")}--${(d.now_balance + "")}--`);
+                // logger.info(`余额当前:${(app.nowBalance + "")}--${(d.now_balance + "")}--`);
                 if ((app.nowBalance + "") !== (d.now_balance + "")) {
                     http.request_post(`${config.baseUrl}/report/amountReport`, {
                         "robotId": app.id,