Skip to content

Commit

Permalink
remove vestigial print statemen
Browse files Browse the repository at this point in the history
  • Loading branch information
nadolskit committed Sep 16, 2024
1 parent 145af72 commit 5ff4022
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paperqa/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ def formatted_citation(self) -> str:
or self.citation_count is None
or self.source_quality is None
):
print(f"citation: {self.citation}, citation_count: {self.citation_count}")
raise ValueError(
"Citation, citationCount, and sourceQuality are not set -- do you need"
" to call `hydrate`?"
Expand Down

0 comments on commit 5ff4022

Please sign in to comment.