mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 14:22:52 +00:00
Cleanup of console logging
This commit is contained in:
@@ -37,9 +37,6 @@ const EditPage = createClass({
|
||||
},
|
||||
|
||||
getInitialState : function() {
|
||||
console.log('Edit Initial');
|
||||
console.log(this.props);
|
||||
console.log('Edit Initial');
|
||||
return {
|
||||
brew : this.props.brew,
|
||||
isSaving : false,
|
||||
|
||||
Reference in New Issue
Block a user