summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/workflow
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-02-25 17:04:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-02-25 17:04:57 +0000
commit06cc79f770b40e9d0d7a5e9872f176c7f93971e7 (patch)
tree7ac2080974a24ddb6bc6634f0343f27c05e3ef6e /dashboard/src/templates/workflow
parent3ef36a843a36a4c340b22514fc57decafd9d8a42 (diff)
parent3503a247d63e5cd116263d63acddec9842eb717c (diff)
Merge "Update Inbox Featureset"
Diffstat (limited to 'dashboard/src/templates/workflow')
-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;
}