Avoid logging logger errors

causes a bit of a recursion
This commit is contained in:
Vishesh Handa
2020-11-10 18:47:30 +01:00
parent bfe2456d3b
commit 767d890a55

View File

@ -139,7 +139,7 @@ class Log {
try {
yield LogMessage.fromMap(json.decode(line));
} catch (e) {
Log.e("fetchLogsForDate: $e");
//Log.e("fetchLogsForDate: $e");
}
}
}