Skip to content

Commit

Permalink
chore: Refactor LegacyFusionWrapper and create-fusion-context
Browse files Browse the repository at this point in the history
Remove console.log statement and update create-fusion-context to accept clientId parameter.
  • Loading branch information
Noggling committed Oct 22, 2024
1 parent a59d1b5 commit 9bbf089
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 210 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const LegacyFusionWrapper = (props: PropsWithChildren<LegacyFusionWrapper
[framework, options]
);

console.log('LegacyFusionWrapper!!!!');
return (
<Suspense fallback={loader}>
<LegacyContext>
Expand Down
Loading

0 comments on commit 9bbf089

Please sign in to comment.