We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f465e commit 0ecd035Copy full SHA for 0ecd035
1 file changed
torcms/modules/info_modules.py
@@ -300,9 +300,6 @@ class InfoCount(tornado.web.UIModule):
300
'''
301
302
def render(self, *args, **kwargs):
303
- print('=' * 80)
304
- print(args)
305
- print(kwargs)
306
pcat = kwargs['pcat']
307
catid = kwargs['catid']
308
kind = kwargs['kind']
@@ -319,7 +316,6 @@ class InfoCountByState(tornado.web.UIModule):
319
316
320
317
321
318
322
-
323
324
325
0 commit comments