fix(environment): remove fixed environment

This commit is contained in:
Alexander Zhukov 2017-01-21 18:12:08 +03:00
parent 2e0fa1f4ed
commit 7c44a0b3fb

View file

@ -1,6 +1,3 @@
// TODO: should be from webpack
const ENV = 'production';
// Angular 2
// rc2 workaround
import { enableDebugTools, disableDebugTools } from '@angular/platform-browser';