delete access token log

This commit is contained in:
Cristian Luis Duarte 2018-08-16 12:36:25 -03:00
parent 43b2a86224
commit a01b00b3d8

View file

@ -53,7 +53,7 @@ public class EndpointUsersProvider implements UsersProvider {
return chain.proceed(request);
}
});
Log.d("[USERZ]", "Authorization: Bearer " + accessToken);// CLD DELETE THIS LINE!
OkHttpClient client = httpClient.build();
mRetrofit = new Retrofit.Builder()