Skip to content

Commit 0974908

Browse files
committed
remove console statement
1 parent fa0a13e commit 0974908

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/containers/Interfaces/NameGeneratorRoster/NameGeneratorRoster.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ const NameGeneratorRoster = (props) => {
8989

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

92-
console.log('sortOptions', sortOptions);
93-
9492
const stageNodeCount = usePropSelector(makeGetStageNodeCount, props, true);
9593
// eslint-disable-next-line @codaco/spellcheck/spell-checker
9694
const minNodes = minNodesWithDefault(get(props, ['stage', 'behaviours', 'minNodes']));

0 commit comments

Comments
 (0)