Vlad Bastina commited on
Commit
cd3283b
·
1 Parent(s): c934cc9
Files changed (1) hide show
  1. app_generated.py +0 -1
app_generated.py CHANGED
@@ -519,7 +519,6 @@ components.html(
519
  const el = window.parent.document.getElementsByClassName('st-emotion-cache-b95f0i')[0];
520
  if (el) {
521
  const height = el.scrollHeight;
522
- console.log("Sending height to parent:", height);
523
  window.parent.parent.postMessage({ type: 'setHeight', height: height }, '*');
524
  } else {
525
  // Retry in 100ms until the element appears
 
519
  const el = window.parent.document.getElementsByClassName('st-emotion-cache-b95f0i')[0];
520
  if (el) {
521
  const height = el.scrollHeight;
 
522
  window.parent.parent.postMessage({ type: 'setHeight', height: height }, '*');
523
  } else {
524
  // Retry in 100ms until the element appears