rm logs
This commit is contained in:
@@ -102,7 +102,6 @@ export function StepFinished() {
|
||||
initialFeed: 'following',
|
||||
})
|
||||
}
|
||||
console.log('ADDING PACK')
|
||||
addUsedStarterPack(makeStarterPackLink(starterPack))
|
||||
}
|
||||
})(),
|
||||
|
||||
@@ -14,7 +14,6 @@ export function Provider({children}: {children: React.ReactNode}) {
|
||||
)
|
||||
|
||||
const setStateWrapped = (v: string) => {
|
||||
console.log('ADDING!!!', v)
|
||||
persisted.write('usedStarterPacks', [...(state ? state : []), v])
|
||||
setState(prev => [...(prev ? prev : []), v])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user