diff --git a/client/admin/notificationUtils/notificationAdd/notificationAdd.jsx b/client/admin/notificationUtils/notificationAdd/notificationAdd.jsx index 78438644a..51fbecfb4 100644 --- a/client/admin/notificationUtils/notificationAdd/notificationAdd.jsx +++ b/client/admin/notificationUtils/notificationAdd/notificationAdd.jsx @@ -47,7 +47,6 @@ const NotificationAdd = createClass({ .then((response)=>{ return response.body; }); - console.log(notification); const update = { notificationResult : `Created notification: ${JSON.stringify(notification, null, 2)}` @@ -63,8 +62,6 @@ const NotificationAdd = createClass({ update.stopAt = ''; } - console.log(update); - this.setState(update); },