4280: Error when trying Webcalendar or Narr Web (removed debugging code)

svn: r15992
This commit is contained in:
Doug Blank 2010-10-15 17:07:53 +00:00
parent 07a999f555
commit 8405002ce8

View File

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