hel 1 年之前
父節點
當前提交
315b700125
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/onchain/week3/randomWeek3.ts

+ 0 - 2
src/onchain/week3/randomWeek3.ts

@@ -55,7 +55,6 @@ async function startCheck(concurrency) {
       const client = new InitiaClient(account.mnemonic, true)
       const gasGot = await client.gasGot()
       if (!gasGot) {
-        console.log()
         await DBClient.instance.randomTask2.update({
           where: { id: account.id },
           data: { finish: -1 },
@@ -103,7 +102,6 @@ async function startCheck(concurrency) {
         console.log(`task5`)
         const bool = await client.week5Task5()
 
-        console.log(bool === `done`)
         if (bool === `done`) {
           await DBClient.instance.randomTask2.update({
             where: { id: account.id },