diff --git a/src/views/data/dataCleansing.vue b/src/views/data/dataCleansing.vue index 728a8f2..0d68205 100644 --- a/src/views/data/dataCleansing.vue +++ b/src/views/data/dataCleansing.vue @@ -83,9 +83,6 @@ if(data.content.length >0){ this.contentList.push(data.content); } - if(data.currProgress != null){ - this.percent = data.currProgress; - } }, websocketclose: function (e) { console.log("connection closed (" + e + ")");