We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b94941 commit 611cb20Copy full SHA for 611cb20
colandr/tasks.py
@@ -141,7 +141,6 @@ def deduplicate_citations(review_id: int):
141
deduper = DeduperV2.from_records(
142
results, id_col="record_id", settings=settings_fpath
143
)
144
- current_app.logger.info("df = \n%s", deduper.df)
145
current_app.logger.info(
146
"initialized deduper model from settings at %s", settings_fpath
147
0 commit comments