remove log message
This commit is contained in:
parent
aa789fa51d
commit
3d411388e6
|
@ -169,8 +169,6 @@ public class PicassoProvider {
|
|||
Uri fallback = Uri.parse(fallbackParam);
|
||||
bitmap = decodeStreamFromFile(data, fallback);
|
||||
}
|
||||
|
||||
Log.wtf(TAG, "THIS SHOULD NEVER EVER HAPPEN!!");
|
||||
}
|
||||
return new Result(bitmap, Picasso.LoadedFrom.DISK);
|
||||
|
||||
|
|
Loading…
Reference in New Issue