delete console

This commit is contained in:
kittapath 2024-09-03 15:00:15 +07:00
parent b469ccd25a
commit 28a457eaf9
4 changed files with 0 additions and 5 deletions

View file

@ -689,7 +689,6 @@ export class ReportController extends Controller {
}
}
}
console.log(data);
return new HttpSuccess({ template: "report1", reportName: "report1", data: { data } });
}