Skip to content

Commit

Permalink
log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinriaz17 committed May 10, 2024
1 parent cab25bd commit 23120a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/tee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ export const sharesAvailableOnTeeCluster = async (clusterId = 0, nftId: number,
let isShareAvailable = false
let i = 0
while (isShareAvailable !== true && i <= teeEnclaves.length - 1) {
console.log("checking enclave i", i, "---", teeEnclaves[i])
const { exists } = await getTeeEnclaveSharesAvailablility(teeEnclaves[i], nftId, kind)
isShareAvailable = exists
i += 1
Expand Down

0 comments on commit 23120a2

Please sign in to comment.