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