Skip to content

Commit 79e8b4e

Browse files
yordan-stgjulivan
authored andcommitted
feat: enhance image properties with min/max height and new units
1 parent 251f234 commit 79e8b4e

File tree

1 file changed

+0
-8
lines changed
  • packages/pluggableWidgets/image-web/src

1 file changed

+0
-8
lines changed

packages/pluggableWidgets/image-web/src/Image.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ export const Image: FunctionComponent<ImageContainerProps> = props => {
6464
const styleObject = constructStyleObject(props);
6565

6666
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-
});
7567

7668
return (
7769
<ImageComponent

0 commit comments

Comments
 (0)