Skip to content

Commit

Permalink
cleanup log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Dec 13, 2023
1 parent 5a37ea6 commit b008fa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions locksmith/src/operations/lockOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ export const getKeyIcon = async ({
lockAddress: string
keyId: string
}): Promise<IconType | null> => {
console.log({ lockAddress, keyId })

// Temporary icon for FilBangalore
if (
network == 42161 &&
Expand Down

0 comments on commit b008fa2

Please sign in to comment.