소스 검색

commented out unnecessary logs

kaori 5 년 전
부모
커밋
922872d45e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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