mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-26 02:30:00 +08:00
Remove unused feature flag
This commit is contained in:
@ -200,12 +200,6 @@ class NotesFolderFS with NotesFolderNotifier implements NotesFolder {
|
||||
}
|
||||
Set<String> pathsFound = {};
|
||||
|
||||
// Load the Folder config if exists
|
||||
/*
|
||||
if (Features.perFolderConfig) {
|
||||
_config = await NotesFolderConfig.fromFS(this);
|
||||
} */
|
||||
|
||||
_ignoredFiles = <IgnoredFile>[];
|
||||
|
||||
final dir = Directory(folderPath);
|
||||
|
Reference in New Issue
Block a user