Skip to content

Commit

Permalink
delete leftover print call
Browse files Browse the repository at this point in the history
  • Loading branch information
sHermanGriffiths committed Feb 1, 2024
1 parent 33249d1 commit f460e91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion n2y/rich_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f460e91

Please sign in to comment.