Parcourir la source

remove console.log

namnguyen il y a 4 mois
Parent
commit
2065c85940
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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 ? (