Remove stray output to STDOUT

This commit is contained in:
Steven Bazyl 2013-01-02 12:55:52 -08:00
parent 250e9e7b2d
commit 1f0ea6338e
1 changed files with 0 additions and 1 deletions

View File

@ -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]:[\/\\]/