Add some debug messages

This commit is contained in:
Vishesh Handa
2020-03-01 14:53:11 +01:00
parent 51b95bb7e0
commit 31262e5f7d

View File

@ -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 {