mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
Add some debug messages
This commit is contained in:
@ -56,7 +56,10 @@ class StateContainer with ChangeNotifier {
|
||||
|
||||
void _loadFromCache() async {
|
||||
await _notesCache.load(appState.notesFolder);
|
||||
Fimber.i("Finished loading the notes cache");
|
||||
|
||||
await _loadNotes();
|
||||
Fimber.i("Finished loading all the notes");
|
||||
}
|
||||
|
||||
void removeExistingRemoteClone() async {
|
||||
|
Reference in New Issue
Block a user