Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzailfm committed Jan 23, 2018
1 parent 989bd60 commit 4de7d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/top/jowanxu/wanandroidclient/Ext.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ fun Context.toast(@StringRes id: Int) {

fun Deferred<Any>?.cancelByActive() = this?.run {
tryCatch {
loge("info", "----------$isActive")
if (isActive) {
cancel()
}
Expand Down

0 comments on commit 4de7d06

Please sign in to comment.