From 0d3c32cb53afb73afa616a0549618fbfda7e119b Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 26 Dec 2022 11:50:46 +0000 Subject: [PATCH] removed debug print --- templates/watch/view.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/watch/view.html b/templates/watch/view.html index 1ed6193..affb9d2 100644 --- a/templates/watch/view.html +++ b/templates/watch/view.html @@ -93,7 +93,6 @@ GoWatch {{ .Watch.Name }} } } }); - console.log(chart); } document.addEventListener('DOMContentLoaded', canvasInit, false);