From f460e9126e2acfc987618d7d4eee8c054e950dec Mon Sep 17 00:00:00 2001 From: shermangriffiths Date: Thu, 1 Feb 2024 13:17:10 -0600 Subject: [PATCH] delete leftover print call --- n2y/rich_text.py | 1 - 1 file changed, 1 deletion(-) diff --git a/n2y/rich_text.py b/n2y/rich_text.py index d4212e1..75ae384 100644 --- a/n2y/rich_text.py +++ b/n2y/rich_text.py @@ -212,7 +212,6 @@ def to_pandoc(self): return sum([item.to_pandoc() for item in self.items], []) def to_value(self, pandoc_format, pandoc_options): - print(self.client.export_defaults) return pandoc_write_or_log_errors( self.to_pandoc(), format=pandoc_format,