Removed debug dependency
This commit is contained in:
parent
d5e2d756d9
commit
37bf9f79db
@ -19,7 +19,4 @@ dependencies {
|
|||||||
compile ANDROID_SVG
|
compile ANDROID_SVG
|
||||||
compile ANDROID_GIF
|
compile ANDROID_GIF
|
||||||
compile OK_HTTP
|
compile OK_HTTP
|
||||||
|
|
||||||
// todo, debugging only
|
|
||||||
compile 'ru.noties:debug:3.0.0@jar'
|
|
||||||
}
|
}
|
@ -30,7 +30,6 @@ import okhttp3.Request;
|
|||||||
import okhttp3.Response;
|
import okhttp3.Response;
|
||||||
import okhttp3.ResponseBody;
|
import okhttp3.ResponseBody;
|
||||||
import pl.droidsonroids.gif.GifDrawable;
|
import pl.droidsonroids.gif.GifDrawable;
|
||||||
import ru.noties.debug.Debug;
|
|
||||||
import ru.noties.markwon.spans.AsyncDrawable;
|
import ru.noties.markwon.spans.AsyncDrawable;
|
||||||
|
|
||||||
public class AsyncDrawableLoader implements AsyncDrawable.Loader {
|
public class AsyncDrawableLoader implements AsyncDrawable.Loader {
|
||||||
@ -110,8 +109,6 @@ public class AsyncDrawableLoader implements AsyncDrawable.Loader {
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug.i(destination, response);
|
|
||||||
|
|
||||||
Drawable result = null;
|
Drawable result = null;
|
||||||
|
|
||||||
if (response != null) {
|
if (response != null) {
|
||||||
|
@ -14,11 +14,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
compile SUPPORT_ANNOTATIONS
|
compile SUPPORT_ANNOTATIONS
|
||||||
compile COMMON_MARK
|
compile COMMON_MARK
|
||||||
compile COMMON_MARK_STRIKETHROUGHT
|
compile COMMON_MARK_STRIKETHROUGHT
|
||||||
|
|
||||||
// todo, debugging only
|
|
||||||
compile 'ru.noties:debug:3.0.0@jar'
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user