Update dev.dart

This commit is contained in:
Tobe Osakwe 2019-02-06 23:00:28 -05:00 committed by GitHub
parent 014c07a89f
commit 2c787f7571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ main() async {
await app.configure(configureServer);
hierarchicalLoggingEnabled = true;
app.logger = new Logger.detached('{{angel}}')..onRecord.listen(prettyLog);
app.shutdownHooks.add((_) => app.logger.clearListeners());
return app;
}, [
new Directory('config'),