整理代码控制日志打印

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-01-27 18:21:22 +08:00
parent 09b17b37ef
commit 81e76f2dd4
8 changed files with 13 additions and 91 deletions

View File

@@ -960,7 +960,7 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
*/
override fun showTurnLight(light: Int) {
if (isOpenTurnlight) {
Log.d("liyz", "showTurnLight light = $light")
//Log.d("liyz", "showTurnLight light = $light")
turnLightView.setTurnLight(light)
}
}