diff --git a/lib/core/machine/configureSdm.ts b/lib/core/machine/configureSdm.ts index cf6e8ea5f..9aca22553 100644 --- a/lib/core/machine/configureSdm.ts +++ b/lib/core/machine/configureSdm.ts @@ -174,9 +174,6 @@ function configureSdmToRunExactlyOneGoal(mergedConfig: SoftwareDeliveryMachineCo new CacheCleanupAutomationEventListener(sdm)); mergedConfig.requestProcessorFactory = (automations, cfg, listeners) => new GoalExecutionRequestProcessor(automations, cfg, listeners); - - // Disable app events for forked clients - mergedConfig.applicationEvents.enabled = false; } /**