Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Jul 21, 2023
1 parent a31a74d commit 0652599
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/providers/src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ export default class Provider {
/** The asset ID of coins to get */
assetId: BytesLike
): Promise<BN> {
console.log('ae');
const { balance } = await this.operations.getBalance({
owner: owner.toB256(),
assetId: hexlify(assetId),
Expand Down

0 comments on commit 0652599

Please sign in to comment.