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