Removing library and commenting out logger.
This commit is contained in:
@ -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());
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user