Skip to content
Snippets Groups Projects
Commit d249e2bb authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

oups: remove debug logs

parent 55748e9a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment