diff --git a/src/app/components/ConfirmationModal.js b/src/app/components/ConfirmationModal.js index eaaf2b3..f1127e5 100644 --- a/src/app/components/ConfirmationModal.js +++ b/src/app/components/ConfirmationModal.js @@ -4,18 +4,17 @@ import colors from "../config/colors"; import { dimensions } from "../config/dimensions"; function Btn({ label, onPress, bgColor, txtColor }) { - console.log("pimba"); return ( - {label} + {label} ); @@ -30,7 +29,6 @@ export default function ConfirmationModal({ onConfirm = () => {}, onDecline = () => {}, }) { - console.log("show: " + show); return (