diff --git a/lib/utils/logger.dart b/lib/utils/logger.dart index a645870d..07a4af57 100644 --- a/lib/utils/logger.dart +++ b/lib/utils/logger.dart @@ -139,7 +139,7 @@ class Log { try { yield LogMessage.fromMap(json.decode(line)); } catch (e) { - Log.e("fetchLogsForDate: $e"); + //Log.e("fetchLogsForDate: $e"); } } }