diff --git a/components/cycle-day/symptoms/action-button-footer.js b/components/cycle-day/symptoms/action-button-footer.js index 7f0bb5f..bfd9857 100644 --- a/components/cycle-day/symptoms/action-button-footer.js +++ b/components/cycle-day/symptoms/action-button-footer.js @@ -58,7 +58,6 @@ export default class ActionButtonFooter extends Component { icon: 'content-save-outline' } ] - console.log("Hello beautiful people") return ( {buttons.map(({ title, action, disabledCondition, icon }, i) => {