Code

removed debug prints
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 19 Aug 2002 00:21:10 +0000 (00:21 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 19 Aug 2002 00:21:10 +0000 (00:21 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@962 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi_client.py

index a917532c39ddbaef0c15d224ca3c30e7caa59c22..19ca559870a2e1715d421f8054c913dfad91a1c0 100644 (file)
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: cgi_client.py,v 1.160 2002-08-19 00:20:34 richard Exp $
+# $Id: cgi_client.py,v 1.161 2002-08-19 00:21:10 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -509,7 +509,6 @@ function help_window(helpurl, width, height) {
                      Default is all.
 
         '''
-        print 'list'
         cn = self.classname
         cl = self.db.classes[cn]
         if sort is None: sort = self.index_sort()
@@ -850,7 +849,6 @@ function help_window(helpurl, width, height) {
         if files:
             props['files'] = files
         # create the node and return it's id
-        print `props`
         return cl.create(**props)
 
     def _handle_message(self):
@@ -1749,6 +1747,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0, num_re=re.compile('^\d+$')):
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.160  2002/08/19 00:20:34  richard
+# grant web access to admin ;)
+#
 # Revision 1.159  2002/08/16 04:29:41  richard
 # bugfix
 #