Revert "[MapDataUpdate]高精地图数据采集代码提交"

This reverts commit 5294dc9c
This commit is contained in:
renwj
2022-02-15 18:31:27 +08:00
parent 7f98695652
commit 0fc8034938
11 changed files with 4 additions and 325 deletions

View File

@@ -329,9 +329,6 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
// 推送模块
MogoModulePaths.addModule(new MogoModule(PushUIConstants.PATH, "PUSH_UI"));
// 地图数据收集模块
MogoModulePaths.addModuleFunctionServer(new MogoModule(MogoServicePaths.PATH_MAP_DATA_COLLECT_PROVIDER, "MoGoMapDataCollector"));
if (!DebugConfig.isLauncher()) {
PersistentManager
.getInstance().initManager(this);