优化代码,删除无用的代码

This commit is contained in:
everywhere.z
2023-12-19 14:55:42 +08:00
parent da5dd2bfdb
commit baa7d54801

View File

@@ -134,7 +134,6 @@ public class DataBus {
}
public static void releaseSlot(int slotIndex) {
LiteflowConfig liteflowConfig = LiteflowConfigGetter.get();
if (ObjectUtil.isNotNull(SLOTS.get(slotIndex))) {
LOG.info("slot[{}] released", slotIndex);
SLOTS.remove(slotIndex);