Canon - Remove console log
Signed-off-by: James Brooks <jamesbrooks@spotify.com>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user