diff --git a/frontend/app/components/api/path-builder/path-builder.service.ts b/frontend/app/components/api/path-builder/path-builder.service.ts index 3ccfe6455c..16f4252b4c 100644 --- a/frontend/app/components/api/path-builder/path-builder.service.ts +++ b/frontend/app/components/api/path-builder/path-builder.service.ts @@ -95,7 +95,6 @@ class PathTemplate { */ public build(params) { Object.keys(params).forEach(name => { - console.log('NAME', name, params, this.parents); const parent = this.parents[name]; if (parent) {