0
0
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:
Trevor Buckner
2022-04-18 16:31:23 -04:00
parent f71dc004c0
commit 5b107d4e62

View File

@@ -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;