mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
chore: cleanup unnecessary console log
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user