Skip to content

Commit

Permalink
fix: removing console.log missing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianRid committed Jul 1, 2021
1 parent e25c83e commit 1678853
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ OrderNotAllowedModal.propTypes = {
export default function OrderNotAllowedModal(props) {
const {showModal, nbDays} = props

console.log("Show MODAL", showModal)

const customModal = StyleSheet.create({
innerModal: {
backgroundColor: '#000000',
Expand Down

0 comments on commit 1678853

Please sign in to comment.