diff --git a/lib/application.js b/lib/application.js index c3edd5a..f4a59eb 100644 --- a/lib/application.js +++ b/lib/application.js @@ -155,8 +155,6 @@ module.exports = class Application extends Emitter { if (404 == err.status || err.expose) return; if (this.silent) return; - // DEPRECATE env-specific logging in v2 - if ('test' == this.env) return; const msg = err.stack || err.toString(); console.error();