ip2k / google-api-ruby-client

Automatically exported from code.google.com/p/google-api-ruby-client
Apache License 2.0
0 stars 0 forks source link

client_secrets.rb prints "noise" to STDOUT #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run an app that uses Google::APIClient::ClientSecrets
2. The paths that that library is using to search for the client_secrets.json 
file is printed to STDOUT

What is the expected output? What do you see instead?
I don't think anything should be printed to STDOUT from a utility library, 
especially not what amounts to debugging "noise".

What version of the product are you using? On what operating system?
Latest release.

Please provide any additional information below.
The relevant line is 
http://code.google.com/p/google-api-ruby-client/source/browse/lib/google/api_cli
ent/client_secrets.rb#66

Original issue reported on code.google.com by je...@google.com on 13 Dec 2012 at 10:47

GoogleCodeExporter commented 9 years ago
Will be fixed in next release (0.5.1+)

Original comment by sba...@google.com on 2 Jan 2013 at 8:56