Explorar el Código

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

skyfffire hace 3 años
padre
commit
9a88f16110
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
         }