Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Avalos Ribas authored and Gonzalo Avalos Ribas committed Dec 9, 2024
1 parent ac1ed48 commit 00213cd
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,20 +238,6 @@ export async function executeWithContext<

validateStepStartStates(config.integrationSteps, configStepStartStates);

logger.info(
{
integrationSteps: config.integrationSteps,
configStepStartStates: configStepStartStates,
configStepStartStatesForSSOUsers:
configStepStartStates[DEBUG_STEP_ID],
instanceDisabledSources: context.instance?.disabledSources,
stepStartStatesInConfig: stepStartStatesInConfig,
stepStartStatesInConfigForSSOUsers:
stepStartStatesInConfig?.[DEBUG_STEP_ID],
},
'Calculating step start states',
);

const stepStartStates = getIngestionSourceStepStartStates({
integrationSteps: config.integrationSteps,
configStepStartStates,
Expand All @@ -260,14 +246,6 @@ export async function executeWithContext<
),
});

logger.info(
{
stepStartStates: stepStartStates,
stepStartStatesForSSOUsers: stepStartStates[DEBUG_STEP_ID],
},
`Step start states calculated`,
);

if (shouldPublishDiskUsageMetric) {
diskUsagePublishInterval = createDiskUsagePublishInterval();
}
Expand Down

0 comments on commit 00213cd

Please sign in to comment.