[2.14.0]去除冗余日志
This commit is contained in:
@@ -3,7 +3,6 @@ package com.mogo.eagle.core.function.hmi.ui.widget
|
||||
import android.annotation.SuppressLint
|
||||
import android.content.Context
|
||||
import android.util.AttributeSet
|
||||
import android.util.Log
|
||||
import android.view.LayoutInflater
|
||||
import android.widget.LinearLayout
|
||||
import com.mogo.eagle.core.data.autopilot.AutopilotStatusInfo
|
||||
@@ -67,7 +66,6 @@ class VersionNameView @JvmOverloads constructor(
|
||||
if (!dockerVersion.isNullOrEmpty()) {
|
||||
it.text = " ; MAP:${dockerVersion}"
|
||||
}
|
||||
Log.i(TAG,"tvMapVersionName text="+tvMapVersionName.text)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -90,7 +88,6 @@ class VersionNameView @JvmOverloads constructor(
|
||||
|
||||
override fun onAutopilotStatusResponse(autoPilotStatusInfo: AutopilotStatusInfo) {
|
||||
dockerVersion = autoPilotStatusInfo.dockVersion
|
||||
Log.i(TAG,"dockerVersion=$dockerVersion")
|
||||
showCurrentMapVersion()
|
||||
//将工控机版本赋值给BadCase配置常量
|
||||
BadCaseConfig.dockerVersion = autoPilotStatusInfo.dockVersion
|
||||
|
||||
Reference in New Issue
Block a user