4280: Error when trying Webcalendar or Narr Web (removed debugging code)
svn: r15992
This commit is contained in:
parent
07a999f555
commit
8405002ce8
@ -850,7 +850,6 @@ class WebCalReport(Report):
|
|||||||
self.progress.set_pass(_('Formatting months ...'), 12)
|
self.progress.set_pass(_('Formatting months ...'), 12)
|
||||||
|
|
||||||
for month in range(1, 13):
|
for month in range(1, 13):
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
cal_fname = get_full_month_name(month)
|
cal_fname = get_full_month_name(month)
|
||||||
of = self.create_file(cal_fname, str(year))
|
of = self.create_file(cal_fname, str(year))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user