hel 1 vuosi sitten
vanhempi
commit
315b700125
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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 },