diff options
| -rw-r--r-- | screenplain/export/pdf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/screenplain/export/pdf.py b/screenplain/export/pdf.py index 957dd82..b5f0fb0 100644 --- a/screenplain/export/pdf.py +++ b/screenplain/export/pdf.py @@ -128,7 +128,6 @@ def to_pdf(screenplay, output_filename, template_constructor=DocTemplate): doc = template_constructor( output_filename, pagesize=(page_width, page_height), - #showBoundary=True, ) story = [] for para in screenplay: |
