remove log

This commit is contained in:
zhongchao
2022-07-21 16:02:50 +08:00
parent 27356390fc
commit 1f102889e9
2 changed files with 0 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
package com.mogo.eagle.core.function.autopilot.adapter
import android.annotation.SuppressLint
import android.util.Log
import com.mogo.cloud.passport.MoGoAiCloudClientConfig
import com.mogo.commons.debug.DebugConfig
import com.mogo.eagle.core.data.autopilot.AutopilotStatusInfo
@@ -154,7 +153,6 @@ class MoGoAdasMsgConnectStatusListenerImpl : OnAdasConnectStatusListener,
}
override fun tokenGot(sn: String) {
Log.d("arrow-721","tokenGot adas sn : $sn")
syncBasicInfoToAutopilot(sn)
}