[MapDataCollect]高精车采需求相关代码移除

[MapDataCollect]高精车采需求相关代码移除
This commit is contained in:
renwj
2022-03-23 19:38:54 +08:00
parent e527eac48b
commit dd076a1017
9 changed files with 1 additions and 308 deletions

View File

@@ -342,12 +342,6 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
// 绑定车辆
MogoModulePaths.addModuleFunctionServer(new MogoModule(MogoServicePaths.PATH_BINDING_CAR, "IMoGoBindingcarProvider"));
// 司机身份专属模块
if (AppIdentityModeUtils.isDriver(FunctionBuildConfig.appIdentityMode)) {
// 地图数据收集模块
MogoModulePaths.addModuleFunctionServer(new MogoModule(MogoServicePaths.PATH_MAP_DATA_COLLECT_PROVIDER, "MoGoMapDataCollector"));
}
if (!DebugConfig.isLauncher()) {
PersistentManager
.getInstance().initManager(this);