From 6748897e464ae0726afd99919ce2b1406770fc5c Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 15 May 2022 11:32:11 +0100 Subject: [PATCH] [AppSettings] Remove excess code from last commit --- src/appSettings.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/appSettings.js b/src/appSettings.js index 94c3cdc..1fee704 100644 --- a/src/appSettings.js +++ b/src/appSettings.js @@ -11,11 +11,6 @@ class Settings { // Heavily based on original for compat, but simplified and twe this.path = path; this.mod = this.getMod(); - Object.assign(this, { - path, - mod: this.getMod() - }); - log('Settings', this.path, this.store); }