mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 15:03:07 +00:00
Remove missed console.log debugging lines
This commit is contained in:
@@ -46,7 +46,6 @@ const BrewItem = createClass({
|
||||
},
|
||||
|
||||
updateFilter : function(type, term){
|
||||
// console.log(`BrewItem: TYPE: ${type}; TERM: ${term}`);
|
||||
this.props.updateListFilter(type, term);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user