From 3bbeb17cc1c6888e3c2daaf967dd553526d336cc Mon Sep 17 00:00:00 2001 From: Gonzalo Avalos Ribas Date: Mon, 9 Dec 2024 13:24:33 -0300 Subject: [PATCH] Remove comments --- .../integration-sdk-runtime/src/execution/executeIntegration.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/integration-sdk-runtime/src/execution/executeIntegration.ts b/packages/integration-sdk-runtime/src/execution/executeIntegration.ts index fd4a3462..c26837c4 100644 --- a/packages/integration-sdk-runtime/src/execution/executeIntegration.ts +++ b/packages/integration-sdk-runtime/src/execution/executeIntegration.ts @@ -69,7 +69,6 @@ type ExecuteWithContextOptions = Pick< >; const THIRTY_SECONDS_STORAGE_INTERVAL_MS = 60000 / 2; -const DEBUG_STEP_ID = 'fetch-sso-users'; /** * Starts execution of an integration instance generated from local environment