清理残余代码

This commit is contained in:
Antecer 2024-04-07 00:03:56 +08:00
parent 147e095635
commit 34f7cb9025

View File

@ -61,7 +61,6 @@ class WebService : BaseService() {
private var httpServer: HttpServer? = null
private var webSocketServer: WebSocketServer? = null
private var notificationList = mutableListOf(appCtx.getString(R.string.service_starting))
private var notificationContent = appCtx.getString(R.string.service_starting)
private val networkChangedListener by lazy {
NetworkChangedListener(this)
}