Skip to content

Commit

Permalink
refactor(actions/ui): Remove console statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Oct 9, 2023
1 parent 6687464 commit 14fe679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/actions/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ export function toggleBatchResultsMap() {
const itineraryView = getItineraryView(urlParams)

const newView = getMapToggleNewItineraryView(itineraryView)
console.log(`itin view: ${itineraryView}=>${newView}`)
dispatch(setItineraryView(newView))
}
}
Expand Down

0 comments on commit 14fe679

Please sign in to comment.