summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/workflow/viewport-base.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/workflow/viewport-base.html')
-rw-r--r--dashboard/src/templates/workflow/viewport-base.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/src/templates/workflow/viewport-base.html b/dashboard/src/templates/workflow/viewport-base.html
index 9ddb4b8..f78bc01 100644
--- a/dashboard/src/templates/workflow/viewport-base.html
+++ b/dashboard/src/templates/workflow/viewport-base.html
@@ -419,7 +419,6 @@
var page_rect = document.getElementById("wrapper").getBoundingClientRect();
var title_rect = document.getElementById("iframe_header").getBoundingClientRect();
var iframe_height = page_rect.bottom - title_rect.bottom;
- console.log("setting height to " + iframe_height);
document.getElementById("viewport-iframe").height = iframe_height;
}