Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jawndiego committed Dec 6, 2023
1 parent 79ed9c9 commit 73d8397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/registration/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export default class RegistrationManager extends ExtrinsicBaseClass {

async checkRegistrationStatus (address: Address): Promise<boolean> {
const isRegistered = await this.substrate.query.relayer.registered(address)
console.log("REGISTERED", isRegistered.toJSON())
return !!isRegistered.toJSON()
}

Expand Down

0 comments on commit 73d8397

Please sign in to comment.