remove log message

This commit is contained in:
Tom Hennen 2015-06-19 23:28:33 -04:00
parent aa789fa51d
commit 3d411388e6
1 changed files with 0 additions and 2 deletions

View File

@ -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);