Skip to content

Commit c317a46

Browse files
committed
beamer_filter: remove debug file
1 parent 54859ae commit c317a46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandoc/beamer_filter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,6 @@ 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)
595593
if c[0]["t"] == "Div":
596594
if c[0]["c"][0][1][0] == "title":
597595
del c[0]

0 commit comments

Comments
 (0)