mirror of
https://codeberg.org/gitnex/GitNex
synced 2025-02-04 05:09:11 +01:00
Removing library and commenting out logger.
This commit is contained in:
parent
faaa4db88b
commit
b2f34f819c
@ -84,5 +84,4 @@ dependencies {
|
||||
implementation "com.mikepenz:fastadapter:$fastadapter"
|
||||
implementation "com.mikepenz:fastadapter-commons:$fastadapter"
|
||||
implementation "com.mikepenz:fastadapter-extensions:$fastadapter"
|
||||
//implementation "org.conscrypt:conscrypt-android:2.2.1"
|
||||
}
|
||||
|
@ -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());
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user