diff --git a/frontend/src/report/report.service.ts b/frontend/src/report/report.service.ts index 369f9c4e..c65b178d 100644 --- a/frontend/src/report/report.service.ts +++ b/frontend/src/report/report.service.ts @@ -689,7 +689,6 @@ export class ReportService { } async getGroupMaxByVariant(variantName: string): Promise { - console.log(variantName); const url = `${hostname}:${port}/nfr-provision/get-group-max/variant/${variantName}`; return await axios.get(url).then((res) => { return res.data;