diff --git a/lib/storage/git_storage.dart b/lib/storage/git_storage.dart index 16f59d6e..6c22ac52 100644 --- a/lib/storage/git_storage.dart +++ b/lib/storage/git_storage.dart @@ -25,9 +25,6 @@ class GitNoteRepository { String notesBasePath; final GitRepo _gitRepo; - bool cloned = false; - bool checkForCloned = false; - // vHanda: This no longer needs to be so complex. It will only ever take the baseDirectory + dirName // The directory should already exist! GitNoteRepository({