Skip to content

Commit

Permalink
remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Mar 11, 2024
1 parent 24f5f57 commit 41e46de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/report/report.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ export class ReportService {
}

async getGroupMaxByVariant(variantName: string): Promise<any> {
console.log(variantName);
const url = `${hostname}:${port}/nfr-provision/get-group-max/variant/${variantName}`;
return await axios.get(url).then((res) => {
return res.data;
Expand Down

0 comments on commit 41e46de

Please sign in to comment.