From d342a5c27e0bc4fb8507f9f0ae10d4cd0b674b12 Mon Sep 17 00:00:00 2001 From: Maike Orlikowski Date: Tue, 18 Dec 2018 12:13:56 +0100 Subject: [PATCH] deleted console log in render function --- components/cycle-day/symptoms/action-button-footer.js | 1 - 1 file changed, 1 deletion(-) 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) => {