You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/05/10 01:22:52 UTC

svn commit: r1101266 - /incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py

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