remove print debug

This commit is contained in:
sonots 2017-04-04 17:36:46 +09:00
parent 486e4adef7
commit ed27c6ec07
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.