Parcourir la source

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

skyfffire il y a 3 ans
Parent
commit
9a88f16110
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
         }