Skip to content

Commit

Permalink
remove superfluous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
senselessdev1 committed Sep 28, 2023
1 parent 7896bf1 commit ccdf831
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def aggregate(
putative_corr_idxs_dict[(i1, i2)] = putative_corr_idxs

logger.info(f"Merged {self.duplicates_found} duplicates during de-duplication.")
print(f"Merged {self.duplicates_found} duplicates during de-duplication.")
# Reset global state.
self.duplicates_found = 0

Expand Down

0 comments on commit ccdf831

Please sign in to comment.