diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 8aa4c46ae..3807ceb11 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -5860,7 +5860,6 @@ class NavWebReport(Report): # copy all to images subdir: for from_path in imgs: - print(from_path) fdir, fname = os.path.split(from_path) self.copy_file(from_path, fname, "images")