diff --git a/templates/watch/view.html b/templates/watch/view.html
index a2ca0cd..51fb679 100644
--- a/templates/watch/view.html
+++ b/templates/watch/view.html
@@ -12,11 +12,26 @@
{{ end }}
{{ define "left" }}
-
@@ -157,11 +160,6 @@ function canvasInit() {
diagrams.addConnectionById({{ .OutputID }}, {{ .InputID }});
{{ end }}
diagrams.fillParent();
-
-
- {{ range .Values }}
- console.log("{{ .Name }}", "{{ .Value }}", "{{ .Time }}")
- {{ end }}
}
document.addEventListener('DOMContentLoaded', canvasInit, false);