From 1f0ea6338e4aa35a70563a340657e9d5f25287a3 Mon Sep 17 00:00:00 2001 From: Steven Bazyl Date: Wed, 2 Jan 2013 12:55:52 -0800 Subject: [PATCH] Remove stray output to STDOUT --- lib/google/api_client/client_secrets.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/google/api_client/client_secrets.rb b/lib/google/api_client/client_secrets.rb index 4c3aa5948..73968081b 100644 --- a/lib/google/api_client/client_secrets.rb +++ b/lib/google/api_client/client_secrets.rb @@ -63,7 +63,6 @@ module Google end while filename == nil search_path ||= File.expand_path('.') - puts search_path if File.exist?(File.join(search_path, 'client_secrets.json')) filename = File.join(search_path, 'client_secrets.json') elsif search_path == '/' || search_path =~ /[a-zA-Z]:[\/\\]/