pull/32/head
kunfei 5 years ago
parent fe73c04a78
commit b8eec9ef72
  1. 7
      app/src/main/java/io/legado/app/model/webbook/SourceDebug.kt

@ -36,12 +36,7 @@ class SourceDebug(private val webBook: WebBook, callback: Callback) {
printMsg = printMsg.htmlFormat()
}
if (showTime) {
printMsg =
String.format(
"%s %s",
DEBUG_TIME_FORMAT.format(Date(System.currentTimeMillis() - startTime)),
printMsg
)
printMsg = "${DEBUG_TIME_FORMAT.format(Date(System.currentTimeMillis() - startTime))} $printMsg"
}
callback?.printLog(state, printMsg)
}

Loading…
Cancel
Save