We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaed4d commit de49891Copy full SHA for de49891
omero_figure/scripts/omero/figure_scripts/Figure_To_Pdf.py
@@ -2737,7 +2737,6 @@ def create_figure(self):
2737
raise ImportError(
2738
"Need to install https://bitbucket.org/rptlab/reportlab")
2739
name = self.get_figure_file_name()
2740
- print("Saving PDF figure to %s" % name)
2741
self.figure_canvas = canvas.Canvas(
2742
name, pagesize=(self.page_width, self.page_height))
2743
0 commit comments