Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Sep 26, 2024
1 parent ea1f8da commit 637b1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/whale-api/src/e2e.defid.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@ export class DefidBin {
await new Promise((resolve) => setTimeout(resolve, 1_000))

try {
const res = await this.ocean.blockController.get('0')
console.log('[DefidBin.start()] blockController.get genesis.hash: ', res?.hash)
await this.ocean.blockController.get('0')
// console.log('[DefidBin.start()] blockController.get genesis.hash: ', res?.hash)
} catch (err) {
console.log('[DefidBin.start()] blockController.get genesis err: ', err)
}
Expand Down

0 comments on commit 637b1c7

Please sign in to comment.