From 7c44a0b3fbab092375171e67752141446b43e8ee Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Sat, 21 Jan 2017 18:12:08 +0300 Subject: [PATCH] fix(environment): remove fixed environment --- src/app/environment.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/environment.ts b/src/app/environment.ts index a6c9375b..12db4ac5 100644 --- a/src/app/environment.ts +++ b/src/app/environment.ts @@ -1,6 +1,3 @@ -// TODO: should be from webpack -const ENV = 'production'; - // Angular 2 // rc2 workaround import { enableDebugTools, disableDebugTools } from '@angular/platform-browser';