We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251f234 commit 79e8b4eCopy full SHA for 79e8b4e
packages/pluggableWidgets/image-web/src/Image.tsx
@@ -64,14 +64,6 @@ export const Image: FunctionComponent<ImageContainerProps> = props => {
64
const styleObject = constructStyleObject(props);
65
66
const imageStyle = { ...props.style, ...styleObject };
67
- console.warn("Image styling debug:", {
68
- name: props.name,
69
- heightUnit: props.heightUnit,
70
- minHeightUnit: props.minHeightUnit,
71
- minHeight: props.minHeight,
72
- styleObject,
73
- finalImageStyle: imageStyle
74
- });
75
76
return (
77
<ImageComponent
0 commit comments