Skip to content

Commit ee4efc8

Browse files
Comment out debug code in filter
1 parent 3087301 commit ee4efc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandoc/beamer_filter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,8 @@ def format_note(classes, contents):
590590
def remove_title(c):
591591
# pandoc adds a title element for some admonitions. Remove it.
592592
if isinstance(c, list) and len(c) > 0:
593-
with open("toto.py", "at") as f:
594-
print(repr(c), file=f)
593+
# with open("toto.py", "at") as f:
594+
# print(repr(c), file=f)
595595
if c[0]["t"] == "Div":
596596
if c[0]["c"][0][1][0] == "title":
597597
del c[0]

0 commit comments

Comments
 (0)