Browse code

debug message

UENISHI Kota authored on 2013/05/17 14:08:07
Showing 1 changed files
... ...
@@ -1298,7 +1298,7 @@ def cmd_list_multipart(args):
1298 1298
     s3 = S3(cfg)
1299 1299
     uri = S3Uri(args[0])
1300 1300
     id = args[1]
1301
-    output(u"hogehoghoe")
1301
+
1302 1302
     response = s3.list_multipart(uri, id)
1303 1303
     debug(u"response - %s" % response['status'])
1304 1304
     tree = getTreeFromXml(response['data'])