1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[storage|ninefold] remove debug output

This commit is contained in:
geemus 2011-08-17 11:23:43 -05:00
parent 2a3e4155c5
commit 770143b9e5

View file

@ -73,7 +73,6 @@ module Fog
options[:headers] ||= {} options[:headers] ||= {}
options[:headers]['Content-Type'] = content_type if content_type options[:headers]['Content-Type'] = content_type if content_type
options[:body] = body options[:body] = body
p options
if objectid if objectid
# pre-existing file, do a PUT # pre-existing file, do a PUT
data = connection.put_namespace(ns, options) data = connection.put_namespace(ns, options)