From ed27c6ec07634858427c8a7766ff0e362c7043ec Mon Sep 17 00:00:00 2001 From: sonots Date: Tue, 4 Apr 2017 17:36:46 +0900 Subject: [PATCH] remove print debug --- lib/google/apis/core/upload.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/google/apis/core/upload.rb b/lib/google/apis/core/upload.rb index 7ad5fed97..2197fff6c 100644 --- a/lib/google/apis/core/upload.rb +++ b/lib/google/apis/core/upload.rb @@ -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.