Răsfoiți Sursa

remove console.log

namnguyen 4 luni în urmă
părinte
comite
2065c85940
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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
         // eslint-disable-next-line react-hooks/exhaustive-deps
     }, [path, state.id, dispatch, partial, fromBlock, baseURL]);
     }, [path, state.id, dispatch, partial, fromBlock, baseURL]);
 
 
-    console.log(head)
-
     return (
     return (
         <ErrorBoundary FallbackComponent={ErrorFallback}>
         <ErrorBoundary FallbackComponent={ErrorFallback}>
             {head.length ? (
             {head.length ? (