Remove unwanted print

This commit is contained in:
ibu 2022-01-09 17:05:27 +00:00
parent 2f0357c340
commit b7f3e174db
1 changed files with 0 additions and 1 deletions

View File

@ -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