diff --git a/paperqa/types.py b/paperqa/types.py index 03716879..fab0566c 100644 --- a/paperqa/types.py +++ b/paperqa/types.py @@ -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`?"