about summary refs log tree commit diff
path: root/src/screens
diff options
context:
space:
mode:
authorChenyu Huang <itschenyu@gmail.com>2025-08-21 17:52:02 -0700
committerChenyu Huang <itschenyu@gmail.com>2025-08-22 17:59:54 -0700
commitf84a75669157ed5d2dab2a426d9ff5fefb86a9bb (patch)
tree98e0a81e34a139dc1d08957afa6886f9b878c34c /src/screens
parent962654041c9de253dfd66beb98be655acc655a08 (diff)
downloadvoidsky-f84a75669157ed5d2dab2a426d9ff5fefb86a9bb.tar.zst
optimize for the web
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/StarterPack/Wizard/index.tsx1
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(),