diff --git a/src/atextcrawler/resource/operations.py b/src/atextcrawler/resource/operations.py index 4edd58f..ba67041 100644 --- a/src/atextcrawler/resource/operations.py +++ b/src/atextcrawler/resource/operations.py @@ -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