From 8729e165fe45de7fbf65600616533d53d4a4f24c Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Mon, 7 Mar 2011 04:31:32 +0000 Subject: [PATCH] Forgot to remove debug printing. svn: r16771 --- src/plugins/webreport/NarrativeWeb.py | 1 - 1 file changed, 1 deletion(-) 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")