Removing library and commenting out logger.

This commit is contained in:
anonTree1417
2020-04-01 18:58:52 +02:00
parent faaa4db88b
commit b2f34f819c
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@ public class PicassoService {
builder.listener((picasso, uri, exception) -> {
//Log.e("PicassoService", Objects.requireNonNull(uri.toString()));
Log.e("PicassoService", exception.toString());
//Log.e("PicassoService", exception.toString());
});