Web: remove debug console log

This commit is contained in:
Sybren A. Stüvel 2022-06-02 12:33:38 +02:00
parent bc33f55b3c
commit 3ce225b6e1

View File

@ -55,7 +55,6 @@ export default {
watch: {
workerData(newData) {
this.workerStatusHTML = workerStatus(newData);
console.log("new worker data; status=", this.workerStatusHTML);
},
},
computed: {