Skip to content

Commit 0ecd035

Browse files
committed
fix.
1 parent 58f465e commit 0ecd035

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

torcms/modules/info_modules.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,6 @@ class InfoCount(tornado.web.UIModule):
300300
'''
301301

302302
def render(self, *args, **kwargs):
303-
print('=' * 80)
304-
print(args)
305-
print(kwargs)
306303
pcat = kwargs['pcat']
307304
catid = kwargs['catid']
308305
kind = kwargs['kind']
@@ -319,7 +316,6 @@ class InfoCountByState(tornado.web.UIModule):
319316
'''
320317

321318
def render(self, *args, **kwargs):
322-
323319
pcat = kwargs['pcat']
324320
catid = kwargs['catid']
325321
kind = kwargs['kind']

0 commit comments

Comments
 (0)