Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Walodja1987 committed Jul 1, 2024
1 parent 598320e commit 077026f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/diva-app/src/component/CreatePool/CreatePool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export function CreatePool() {
}, [])
const [isSnackbarOpen, setIsSnackbarOpen] = useState<boolean>(false)

console.log('formik.values.step', formik.values.step)
let step = null
switch (formik.values.step) {
case 1:
Expand Down

0 comments on commit 077026f

Please sign in to comment.