Skip to content

Commit

Permalink
chore: add settings logging
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Sep 23, 2024
1 parent 871af2d commit aef4088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/state/optimizer/optimizerSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ export function setupCombinations(
...combination,
}));

console.log('settings per calculation', createSettingsPerCalculation(reduxState));

const data: [ExtrasCombinationEntry, OptimizerCoreSettings][] = combinations.map(
({ extrasCombination, extrasModifiers }) => {
console.log('Input option:', { extrasCombination, extrasModifiers });
Expand Down

0 comments on commit aef4088

Please sign in to comment.