فهرست منبع

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

skyfffire 3 سال پیش
والد
کامیت
9a88f16110
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/lp/lpMaintenance.ts

+ 1 - 1
scripts/lp/lpMaintenance.ts

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