eagle_1030 remove log 限速延迟启动

This commit is contained in:
lianglihui
2021-11-12 20:57:41 +08:00
parent 71882c6b47
commit 9f3fe2bad4
3 changed files with 2 additions and 5 deletions

View File

@@ -244,10 +244,8 @@ public class SmallMapDirectionView
carLon, carLat, poiLon, poiLat, (int) carAngle);
if (diffAngle <= 90) {
Log.i("lianglihui", "目标点在车辆--前方");
return true;
} else {
Log.i("lianglihui", "目标点在车辆--后方");
return false;
}
}