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