Browse Source

// logger.debug(`${allTypeLpList.length}`)

skyfffire 3 years ago
parent
commit
9a88f16110
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/lp/lpMaintenance.ts

+ 1 - 1
scripts/lp/lpMaintenance.ts

@@ -245,7 +245,7 @@ export class LpMaintenance {
         this.calcBaseTokenCovertEthValue()
 
         // 将lp类型有变动的全部更新
-        logger.debug(`${allTypeLpList.length}`)
+        // logger.debug(`${allTypeLpList.length}`)
         for (const lpDbObj of allTypeLpList) {
           await this.handleLp(lpDbObj.dataObj, lpDbObj.block)
         }