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

@@ -257,7 +257,6 @@ public class MogoMapUIController implements IMogoMapUIController {
public void setCarLightsType(int type, int time) {
initDelegate();
if (mDelegate != null) {
// Log.d("liyz", "MogoMapUIController type = " + type + "---time = " + time);
mDelegate.setCarLightsType(type, time);
}
}