mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 21:32:41 +00:00
Remove debugging console.log calls
This commit is contained in:
@@ -47,7 +47,6 @@ const NotificationAdd = createClass({
|
|||||||
.then((response)=>{
|
.then((response)=>{
|
||||||
return response.body;
|
return response.body;
|
||||||
});
|
});
|
||||||
console.log(notification);
|
|
||||||
|
|
||||||
const update = {
|
const update = {
|
||||||
notificationResult : `Created notification: ${JSON.stringify(notification, null, 2)}`
|
notificationResult : `Created notification: ${JSON.stringify(notification, null, 2)}`
|
||||||
@@ -63,8 +62,6 @@ const NotificationAdd = createClass({
|
|||||||
update.stopAt = '';
|
update.stopAt = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(update);
|
|
||||||
|
|
||||||
this.setState(update);
|
this.setState(update);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user