Skip to content

Commit

Permalink
remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Apr 12, 2023
1 parent fa0a13e commit 0974908
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ const NameGeneratorRoster = (props) => {

const sortOptions = useSortableProperties(nodeVariables, stage.sortOptions);

console.log('sortOptions', sortOptions);

const stageNodeCount = usePropSelector(makeGetStageNodeCount, props, true);
// eslint-disable-next-line @codaco/spellcheck/spell-checker
const minNodes = minNodesWithDefault(get(props, ['stage', 'behaviours', 'minNodes']));
Expand Down

0 comments on commit 0974908

Please sign in to comment.