Skip to content

Commit 32d4c8e

Browse files
author
Richard Jones
committed
removed debug prints
1 parent 83c216f commit 32d4c8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

roundup/cgi_client.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: cgi_client.py,v 1.160 2002-08-19 00:20:34 richard Exp $
18+
# $Id: cgi_client.py,v 1.161 2002-08-19 00:21:10 richard Exp $
1919

2020
__doc__ = """
2121
WWW request handler (also used in the stand-alone server).
@@ -509,7 +509,6 @@ def list(self, sort=None, group=None, filter=None, columns=None,
509509
Default is all.
510510
511511
'''
512-
print 'list'
513512
cn = self.classname
514513
cl = self.db.classes[cn]
515514
if sort is None: sort = self.index_sort()
@@ -850,7 +849,6 @@ def _createnode(self):
850849
if files:
851850
props['files'] = files
852851
# create the node and return it's id
853-
print `props`
854852
return cl.create(**props)
855853

856854
def _handle_message(self):
@@ -1749,6 +1747,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0, num_re=re.compile('^\d+$')):
17491747

17501748
#
17511749
# $Log: not supported by cvs2svn $
1750+
# Revision 1.160 2002/08/19 00:20:34 richard
1751+
# grant web access to admin ;)
1752+
#
17521753
# Revision 1.159 2002/08/16 04:29:41 richard
17531754
# bugfix
17541755
#

0 commit comments

Comments
 (0)