Remove stray output to STDOUT
This commit is contained in:
parent
250e9e7b2d
commit
1f0ea6338e
|
@ -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]:[\/\\]/
|
||||
|
|
Loading…
Reference in New Issue