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.zhjt.mogo_core_function_devatools.trace
import android.content.Context
import android.util.Log
import com.mogo.cloud.passport.MoGoAiCloudClientConfig
import com.mogo.eagle.core.data.deva.chain.ChainConstant
import com.mogo.eagle.core.data.deva.chain.ChainLogParam
@@ -82,7 +81,6 @@ class TraceManager : IMoGoCloudListener {
}
override fun tokenGot(sn: String) {
Log.d("arrow-721","tokenGot fwrite sn : $sn")
FileWriteManager.getInstance().updateDeviceId(sn)
}