From 2f52801b122f668badb7efd77a6788c26012ca43 Mon Sep 17 00:00:00 2001 From: "Vicente J. Ruiz Jurado" Date: Fri, 3 Aug 2018 20:25:32 +0200 Subject: [PATCH] Less logs --- lib/mainDev.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mainDev.dart b/lib/mainDev.dart index cb7e50f..092512a 100644 --- a/lib/mainDev.dart +++ b/lib/mainDev.dart @@ -39,7 +39,7 @@ void main() { return ">>>>> ${action.toString().replaceAll('Instance of ', '')}"; } - LogLevel logRedux = LogLevel.full; + LogLevel logRedux = LogLevel.none; List devMiddlewares = logRedux == LogLevel.none ? []