Revision: 19976
          http://gar.svn.sourceforge.net/gar/?rev=19976&view=rev
Author:   wahwah
Date:     2012-12-29 10:44:40 +0000 (Sat, 29 Dec 2012)
Log Message:
-----------
pkgdb: Removed old comments

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/rest.py

Modified: csw/mgar/gar/v2/lib/python/rest.py
===================================================================
--- csw/mgar/gar/v2/lib/python/rest.py  2012-12-29 10:44:25 UTC (rev 19975)
+++ csw/mgar/gar/v2/lib/python/rest.py  2012-12-29 10:44:40 UTC (rev 19976)
@@ -192,10 +192,6 @@
         http_code,
         c.getinfo(pycurl.EFFECTIVE_URL))
     c.close()
-    # if self.debug:
-    #   logging.debug("*** Headers")
-    #   logging.debug(h.getvalue())
-    #   logging.debug("*** Data")
     if http_code >= 400 and http_code <= 599:
       if not self.debug:
         # In debug mode, all headers are printed to screen, and we aren't

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to