pull/32/head
kunfei 5 years ago
parent 54395c1385
commit c7d20c2510
  1. 10
      app/src/main/java/io/legado/app/model/webbook/SourceDebug.kt

@ -142,14 +142,4 @@ class SourceDebug(private val webBook: WebBook, callback: Callback) {
fun printLog(state: Int, msg: String)
}
private fun printLog(
sourceUrl: String?,
state: Int,
msg: String,
print: Boolean = true,
isHtml: Boolean = false
): SourceDebug {
SourceDebug.printLog(sourceUrl, state, msg, print, isHtml)
return this
}
}
Loading…
Cancel
Save