diff --git a/templates/index.jinja2 b/templates/index.jinja2 index a87b458..34c7f69 100644 --- a/templates/index.jinja2 +++ b/templates/index.jinja2 @@ -15,15 +15,15 @@
- +
- +
- +

Temperature Settings

@@ -54,7 +54,6 @@ let imgPreview = document.getElementById('img-preview'); let imgUpload = document.getElementById('img-upload'); imgUpload.onchange = event => { - console.log("hi") const [file] = imgUpload.files; if (file) { console.log(file)