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/15 18:14:22 UTC

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

Author: tomaz
Date: Sun May 15 16:14:22 2011
New Revision: 1103442

URL: http://svn.apache.org/viewvc?rev=1103442&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=1103442&r1=1103441&r2=1103442&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py (original)
+++ incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py Sun May 15 16:14:22 2011
@@ -378,7 +378,6 @@ class CloudFilesStorageDriver(StorageDri
 
         response = result_dict['response'].response
         bytes_transferred = result_dict['bytes_transferred']
-        print result_dict['data_hash']
         server_hash = result_dict['response'].headers.get('etag', None)
 
         if response.status == httplib.EXPECTATION_FAILED: