Remove unused fields

This commit is contained in:
Vishesh Handa
2019-10-20 01:17:20 +01:00
parent e7b05d7231
commit b8964625d4

View File

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