From 8405002ce81e108f203cac80d613c96755a0ccc2 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Fri, 15 Oct 2010 17:07:53 +0000 Subject: [PATCH] 4280: Error when trying Webcalendar or Narr Web (removed debugging code) svn: r15992 --- src/plugins/webreport/WebCal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index de10db3cc..7c8910b6a 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -850,7 +850,6 @@ class WebCalReport(Report): self.progress.set_pass(_('Formatting months ...'), 12) for month in range(1, 13): - import pdb; pdb.set_trace() cal_fname = get_full_month_name(month) of = self.create_file(cal_fname, str(year))