diff options
author | Chenyu Huang <itschenyu@gmail.com> | 2025-08-21 17:52:02 -0700 |
---|---|---|
committer | Chenyu Huang <itschenyu@gmail.com> | 2025-08-22 17:59:54 -0700 |
commit | f84a75669157ed5d2dab2a426d9ff5fefb86a9bb (patch) | |
tree | 98e0a81e34a139dc1d08957afa6886f9b878c34c /src/screens | |
parent | 962654041c9de253dfd66beb98be655acc655a08 (diff) | |
download | voidsky-f84a75669157ed5d2dab2a426d9ff5fefb86a9bb.tar.zst |
optimize for the web
Diffstat (limited to 'src/screens')
-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(), |