diff options
Diffstat (limited to 'src/screens/StarterPack/Wizard')
-rw-r--r-- | src/screens/StarterPack/Wizard/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 651f8f77f..839faf9aa 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -283,7 +283,6 @@ function WizardInner({ currentListItems: currentListItems, }) } else { - console.log('Creating new starter pack: ', state.profiles) createStarterPack({ name: state.name?.trim() || getDefaultName(), description: state.description?.trim(), |