From 0658ccaec0275b55e0e65b6c2b24510430c93650 Mon Sep 17 00:00:00 2001 From: Alex Dik Date: Fri, 29 Jul 2016 16:14:39 +0200 Subject: [PATCH] Remove console.log from pathBuilder --- frontend/app/components/api/path-builder/path-builder.service.ts | 1 - 1 file changed, 1 deletion(-) 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) {