Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 committed Jan 6, 2025
1 parent a9ab77a commit 2065c85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/taipy-gui/src/components/pages/TaipyRendered.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 ? (
Expand Down

0 comments on commit 2065c85

Please sign in to comment.