Canon - Remove console log

Signed-off-by: James Brooks <jamesbrooks@spotify.com>
This commit is contained in:
James Brooks
2025-05-23 13:09:00 +01:00
parent 148e7c8808
commit 269316d42b
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/canon': patch
---
Remove leftover console.log from Container component.
@@ -42,8 +42,6 @@ export const Container = forwardRef<HTMLDivElement, ContainerProps>(
};
const { className, style } = extractProps(props, propDefs);
console.log(className, style);
return createElement('div', {
ref,
className: clsx('canon-Container', className),