mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Remove unneeded console log
This commit is contained in:
@@ -98,7 +98,6 @@ const Nav = {
|
||||
);
|
||||
},
|
||||
render : function () {
|
||||
console.log(this.props.children);
|
||||
const dropdownChildren = React.Children.map(this.props.children, (child, i)=>{
|
||||
// Ignore the first child
|
||||
if(i < 1) return;
|
||||
|
||||
Reference in New Issue
Block a user