mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Avoid logging logger errors
causes a bit of a recursion
This commit is contained in:
@ -139,7 +139,7 @@ class Log {
|
||||
try {
|
||||
yield LogMessage.fromMap(json.decode(line));
|
||||
} catch (e) {
|
||||
Log.e("fetchLogsForDate: $e");
|
||||
//Log.e("fetchLogsForDate: $e");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user