[csw-devel] SF.net SVN: gar:[13081] csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Jan 24 01:12:56 CET 2011
Revision: 13081
http://gar.svn.sourceforge.net/gar/?rev=13081&view=rev
Author: wahwah
Date: 2011-01-24 00:12:56 +0000 (Mon, 24 Jan 2011)
Log Message:
-----------
csw-upload-pkg: Less screen output
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
Modified: csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
===================================================================
--- csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2011-01-24 00:11:31 UTC (rev 13080)
+++ csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2011-01-24 00:12:56 UTC (rev 13081)
@@ -207,11 +207,6 @@
http_code,
c.getinfo(pycurl.EFFECTIVE_URL))
c.close()
- if self.debug:
- logging.debug("*** Headers")
- logging.debug(h.getvalue())
- logging.debug("*** Data")
- logging.debug(d.getvalue())
successful = http_code >= 200 and http_code <= 299
metadata = None
if successful:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list