Skip to content

Commit

Permalink
Remove debug console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed Apr 2, 2024
1 parent 0b191bb commit 4204dd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions features/omni-kit/views/OmniFormView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ export function OmniFormView({
onEverythingReady: () => setNextStep(),
onGoBack: () => setStep(editingStep),
})
console.log('debug resolvedId', resolvedId)
console.log('debug positionId', positionId)
const {
isTransitionAction,
isTransitionInProgress,
Expand Down

0 comments on commit 4204dd2

Please sign in to comment.