Web: remove debug console log
This commit is contained in:
parent
bc33f55b3c
commit
3ce225b6e1
@ -55,7 +55,6 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
workerData(newData) {
|
workerData(newData) {
|
||||||
this.workerStatusHTML = workerStatus(newData);
|
this.workerStatusHTML = workerStatus(newData);
|
||||||
console.log("new worker data; status=", this.workerStatusHTML);
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user