Skip to content

Commit 0d367ac

Browse files
committed
fix: removed debug
1 parent 0177b68 commit 0d367ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GEOComp.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ var GEOComp = (function () {
242242
var newHeight = dimensions.height + (eventObj.windowSize.height - eventObj.bounds.bottom - bottom)
243243
eventObj.element.style.height = `${newHeight}px`
244244
setDimensions({ width: dimensions.width, height: newHeight })
245-
if (featureEnabled('debug'))
246-
console.debug("Resize", props.autoHeight, newHeight, eventObj.bounds)
247245
}
248246
break
249247
default:

0 commit comments

Comments
 (0)