Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Dec 28, 2024
1 parent 2f81419 commit 34b7229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/sandbox/src/Todos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const Todo: s.Component<{
}

const Todos: s.Component<{title: string}> = (props) => {
console.log(s.getOwner())

const [newTitle, setTitle] = s.createSignal('')
const [todos, setTodos] = createLocalStore('todos-2', {
Expand Down

0 comments on commit 34b7229

Please sign in to comment.