Remove unused code

This commit is contained in:
Dane Everitt 2020-07-10 23:09:37 -07:00
parent fa9800fa88
commit 6188b9287c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 1 additions and 40 deletions

View file

@ -77,7 +77,6 @@ export const ServerContext = createContextStore<ServerStore>({
state.databases.data = [];
state.subusers.data = [];
state.files.directory = '/';
state.files.contents = [];
state.backups.data = [];
state.schedules.data = [];