mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 20:12:40 +00:00
Remove debugging console.log calls
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user