Skip to content

Commit 5ec46a6

Browse files
author
Andrey
committed
Remove log.
1 parent e1aafd7 commit 5ec46a6

File tree

1 file changed

+0
-7
lines changed
  • crawlers/mooncrawl/mooncrawl/metadata_crawler

1 file changed

+0
-7
lines changed

crawlers/mooncrawl/mooncrawl/metadata_crawler/db.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ def get_uris_of_tokens(
9393
{"table": table, "label": VIEW_STATE_CRAWLER_LABEL, "name": "tokenURI"},
9494
)
9595

96-
index = 0
97-
for data in metadata_for_parsing:
98-
index += 1
99-
print(data)
100-
if index == 100:
101-
break
102-
10396
results = [
10497
TokenURIs(
10598
token_id=data[0],

0 commit comments

Comments
 (0)