Skip to content

Commit c55479e

Browse files
author
s-pace
committed
style(core): remove wrong comments
1 parent 947aa0b commit c55479e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scraper/src/strategies/default_strategy.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,7 @@ def get_records_from_dom(self, current_page_url=None):
197197
'url': record['url'],
198198
'position': position}, sort_keys=True).encode('utf-8'))
199199
digest_hash = raw_hash.hexdigest()
200-
201-
# We only need 10 digits
202200
record['objectID'] = digest_hash
203-
204201
records.append(record)
205202

206203
return records

0 commit comments

Comments
 (0)