diff options
Diffstat (limited to 'client/src/vendor.ts')
-rw-r--r-- | client/src/vendor.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/client/src/vendor.ts b/client/src/vendor.ts index 0f82c59a4..7a8c8423e 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts | |||
@@ -17,12 +17,3 @@ import 'rxjs/add/operator/mergeMap'; | |||
17 | 17 | ||
18 | import 'jquery'; | 18 | import 'jquery'; |
19 | import 'bootstrap-loader'; | 19 | import 'bootstrap-loader'; |
20 | |||
21 | if ('production' === ENV) { | ||
22 | // Production | ||
23 | |||
24 | |||
25 | } else { | ||
26 | // Development | ||
27 | |||
28 | } | ||