Przeglądaj źródła

commented out unnecessary logs

kaori 5 lat temu
rodzic
commit
922872d45e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/client/js/components/CustomNavigation.jsx

+ 1 - 1
src/client/js/components/CustomNavigation.jsx

@@ -74,7 +74,7 @@ const CustomNavigation = (props) => {
     <React.Fragment>
       <Nav ref={nav} className="nav-title grw-custom-navbar" id="grw-custom-navbar">
         {Object.entries(props.navTabMapping).map(([key, value]) => {
-          console.log(`key = ${key}, value = ${value.index}`);
+          // console.log(`key = ${key}, value = ${value.index}`);
           return (
             <NavItem