Remove unwanted print
This commit is contained in:
parent
2f0357c340
commit
b7f3e174db
1 changed files with 0 additions and 1 deletions
|
@ -258,7 +258,6 @@ async def _handle_text_resource(
|
|||
simhash = simhash_from_bigint(resource.simhash)
|
||||
index = site.simhash_index
|
||||
similar_ids = search_simhash(index, simhash)
|
||||
print(similar_ids, site_path.resource_id)
|
||||
|
||||
# determine the destination resource and resources to be merged into it
|
||||
old_id = site_path.resource_id
|
||||
|
|
Loading…
Reference in a new issue