From d249e2bb4c1dd7dcf50ccead991fca583436aef0 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet <emmanuel.viennet@gmail.com> Date: Mon, 17 Mar 2025 22:50:27 +0100 Subject: [PATCH] oups: remove debug logs --- app/scodoc/sco_pdf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/scodoc/sco_pdf.py b/app/scodoc/sco_pdf.py index 4a1ab88e..4dfad60d 100755 --- a/app/scodoc/sco_pdf.py +++ b/app/scodoc/sco_pdf.py @@ -226,7 +226,6 @@ class DebutBulletin(BulMarker): """ def __init__(self, bookmark=None, filigranne=None, footer_content=None): - log(f"DebutBulletin: filigranne={filigranne}") self.bookmark = bookmark self.filigranne = filigranne self.footer_content = footer_content @@ -426,7 +425,6 @@ class BulletinDocTemplate(BaseDocTemplate): self.canv.addOutlineEntry( SU(flowable.bookmark), flowable.bookmark, level=0, closed=None ) - log(f"filigranne: {flowable.filigranne} set in {self}") # XXX if flowable.filigranne is not None: self.filigranne = flowable.filigranne -- GitLab