[AppSettings] Remove excess code from last commit
This commit is contained in:
parent
716dbce22b
commit
6748897e46
1 changed files with 0 additions and 5 deletions
|
@ -11,11 +11,6 @@ class Settings { // Heavily based on original for compat, but simplified and twe
|
||||||
this.path = path;
|
this.path = path;
|
||||||
this.mod = this.getMod();
|
this.mod = this.getMod();
|
||||||
|
|
||||||
Object.assign(this, {
|
|
||||||
path,
|
|
||||||
mod: this.getMod()
|
|
||||||
});
|
|
||||||
|
|
||||||
log('Settings', this.path, this.store);
|
log('Settings', this.path, this.store);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue