remove log invoke

This commit is contained in:
zhongchao
2022-08-01 14:43:47 +08:00
parent 4afe25ef3d
commit 72cb08d743
8 changed files with 0 additions and 12 deletions

View File

@@ -223,7 +223,6 @@ public class AMapUIController implements IMogoMapUIController {
@Override
public void setCarLightsType(int type, int time) {
// Log.d("liyz", "AMapUIController type = " + type + "---time = " + time);
if (mClient != null) {
mClient.setCarLightsType(type, time);
}