hel 1 tahun lalu
induk
melakukan
315b700125
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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 },