Author: tomaz
Date: Mon May 9 23:22:52 2011
New Revision: 1101266
URL: http://svn.apache.org/viewvc?rev=1101266&view=rev
Log:
Remove print statement.
Modified:
incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py
Modified: incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py
URL:
http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py?rev=1101266&r1=1101265&r2=1101266&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py (original)
+++ incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py Mon May 9
23:22:52 2011
@@ -103,7 +103,6 @@ class CloudFilesConnection(RackspaceBase
if cdn_request:
host = self._get_host(url_key='cdn_management_url')
- print host
else:
host = None