diff --git a/observe_bact.html b/observe_bact.html
index 7247126..3124b84 100644
--- a/observe_bact.html
+++ b/observe_bact.html
@@ -803,7 +803,6 @@
let ind_new = fits[i][1];
let ind_rect = fits[i][2];
let fit = fits[i][3];
- console.log(fit);
if (fit > 1000) {
break;
}
@@ -820,9 +819,6 @@
}
}
- //cv.drawContours(dst, contours, i, color, 1, cv.LINE_8, hierarchy, 100);
- console.log([objects_new_handled.size, objects_tracked_handled.size]);
-
objects_last = objects_this;
@@ -848,11 +844,6 @@
let streaming = false;
function startup() {
- output = document.getElementById("output");
- video = document.getElementById("video");
-
- canvas_draw = document.getElementById("canvas-draw");
-
navigator.mediaDevices
.getUserMedia(microscope_setup.video_prefs)
.then((stream) => {