Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shuva10v committed Jan 21, 2025
1 parent e00eaca commit b698c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/parsers/accounts/nfts_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def value_deserializer(value_cs):
return content

def get_collection_emulator(self, db: DB, collection_address):
logger.info(f"Getting emulator for {collection_address}")
# logger.info(f"Getting emulator for {collection_address}")
if type(collection_address) == ExternalAddress:
logger.warning(f"External address {collection_address}")
return None
Expand Down

0 comments on commit b698c71

Please sign in to comment.