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:
parent
2a3e4155c5
commit
770143b9e5
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue