소스 검색

remove console.log

namnguyen 4 달 전
부모
커밋
2065c85940
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      frontend/taipy-gui/src/components/pages/TaipyRendered.tsx

+ 0 - 2
frontend/taipy-gui/src/components/pages/TaipyRendered.tsx

@@ -129,8 +129,6 @@ const TaipyRendered = (props: TaipyRenderedProps) => {
         // eslint-disable-next-line react-hooks/exhaustive-deps
     }, [path, state.id, dispatch, partial, fromBlock, baseURL]);
 
-    console.log(head)
-
     return (
         <ErrorBoundary FallbackComponent={ErrorFallback}>
             {head.length ? (