Skip to content

Commit 56bf22b

Browse files
authored
chore: remove console
1 parent 6e94679 commit 56bf22b

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

packages/pluggableWidgets/image-web/src/utils/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export function constructStyleObject(props: ImageContainerProps): CSSProperties
1515
imageStyle.height = "auto";
1616

1717
if (minHeightUnit !== "none" && minHeight > 0) {
18-
console.warn(minHeight);
1918
imageStyle.minHeight = getHeightScale(minHeight, minHeightUnit);
2019
}
2120

0 commit comments

Comments
 (0)