Compare commits

..

No commits in common. "fed14aded4044ff2b462b6fd8d2dda2bd44c7a8f" and "04742531fc2d562051ae2c89439d8b5149dd10c6" have entirely different histories.

View File

@ -889,9 +889,6 @@ public class PlatformServiceImpl implements IPlatformService, CommandLineRunner
subscribeHolder.removeCatalogSubscribe(platform.getServerGBId());
subscribeHolder.removeMobilePositionSubscribe(platform.getServerGBId());
if (callback != null) {
callback.run(true);
}
}
@Override