We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bddb2f commit 9fb3547Copy full SHA for 9fb3547
oauth2_http/java/com/google/auth/oauth2/DefaultCredentialsProvider.java
@@ -115,7 +115,6 @@ class DefaultCredentialsProvider {
115
*/
116
final GoogleCredentials getDefaultCredentials(HttpTransportFactory transportFactory)
117
throws IOException {
118
- LOGGER.log(Level.FINE, "ajbhdabjh");
119
synchronized (this) {
120
if (cachedCredentials == null) {
121
cachedCredentials = getDefaultCredentialsUnsynchronized(transportFactory);
0 commit comments