Forgot to remove debug printing.

svn: r16771
This commit is contained in:
Rob G. Healey 2011-03-07 04:31:32 +00:00
parent 1cba394366
commit 8729e165fe

View File

@ -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")