chore: cleanup unnecessary console log

This commit is contained in:
Zhimin Ruan 2022-08-26 22:22:23 +08:00
parent b2e48eefe5
commit f39d15a7f9
2 changed files with 0 additions and 2 deletions

View File

@ -187,7 +187,6 @@ export default {
const curSeparator = Math.trunc(
templateMainDom.offsetWidth / _this.templateMiniWidth
);
console.log(1, curSeparator);
_this.templateCurWidth =
Math.trunc(templateMainDom.offsetWidth / curSeparator) - 50;
});

View File

@ -314,7 +314,6 @@ export default {
});
const [ min, max ] = this.dataRange;
if (min && max) {
console.log(1, +min, +max);
conditions.push({
field: 'dataset_table_task.last_exec_time',
operator: "between",