Skip to content

Commit 9fb3547

Browse files
committed
Changed key for encodedLocations and changed tests.
1 parent 5bddb2f commit 9fb3547

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oauth2_http/java/com/google/auth/oauth2/DefaultCredentialsProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class DefaultCredentialsProvider {
115115
*/
116116
final GoogleCredentials getDefaultCredentials(HttpTransportFactory transportFactory)
117117
throws IOException {
118-
LOGGER.log(Level.FINE, "ajbhdabjh");
119118
synchronized (this) {
120119
if (cachedCredentials == null) {
121120
cachedCredentials = getDefaultCredentialsUnsynchronized(transportFactory);

0 commit comments

Comments
 (0)