Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Sep 23, 2024
1 parent 5cf79c2 commit 185b915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/base/src/hooks/useStylesheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export function useStylesheet(styles: StyleDataCSP, componentName: string, optio

useIsomorphicLayoutEffect(() => {
const scopedComponentName = `${componentName}-${getCurrentRuntimeIndex()}`;
console.log(scopedComponentName);
const shouldInject = options?.alwaysInject || !staticCssInjected;
if (shouldInject) {
createOrUpdateStyle(styles, 'data-ui5wcr-component', scopedComponentName);
Expand Down

0 comments on commit 185b915

Please sign in to comment.