Merge pull request #566 from sonots/remove_puts

remove print debug
This commit is contained in:
Steve Bazyl 2017-04-04 12:09:04 -07:00 committed by GitHub
commit 1c2cf5d57f
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ module Google
if self.upload_content_type.nil? || self.upload_content_type.empty?
self.upload_content_type = 'application/octet-stream'
end
puts self.upload_content_type.inspect
end
# Close IO stream when command done. Only closes the stream if it was opened by the command.