瀏覽代碼

initiaFreezeDog

helium3@sina.com 8 月之前
父節點
當前提交
d991b09469
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/runnnnn.ts

+ 0 - 2
src/runnnnn.ts

@@ -7,10 +7,8 @@ async function main() {
     where: {},
   })
   await forEachAsync(needRaw, 50, async account => {
-    console.log(account.address)
     const client = new InitiaClient(account.mnemonic, true)
     const res = await client.freezeDogs()
-    console.log(res)
   })
 }