diff --git a/lib/core/processes/processWrapper.js b/lib/core/processes/processWrapper.js index 552f71325..26137474d 100644 --- a/lib/core/processes/processWrapper.js +++ b/lib/core/processes/processWrapper.js @@ -17,7 +17,6 @@ class ProcessWrapper { constructor(options = {}) { this.options = Object.assign({pingParent: true}, options); this.interceptLogs(); - this.env = _options ? _options.env : 'development'; this.events = new Events(); if(this.options.pingParent) { this.pingParent();