From 3539af5de315fbdf6f99c454f0d745b1203c5f4c Mon Sep 17 00:00:00 2001 From: Serraniel Date: Tue, 29 Dec 2020 17:08:54 +0100 Subject: [PATCH] =?UTF-8?q?#48=20Removed=20comment=20I=20cannot=20remember?= =?UTF-8?q?=20what=20I=20ment=20with=20=F0=9F=98=82=F0=9F=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/javascript/configuration/configuration.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/javascript/configuration/configuration.ts b/src/javascript/configuration/configuration.ts index 2e78d91..64207c6 100644 --- a/src/javascript/configuration/configuration.ts +++ b/src/javascript/configuration/configuration.ts @@ -28,8 +28,6 @@ class Configuration { callback(this.settingsCache.get(key)); } else { - // TODO see comment - // OOOPS // currently all settings are default true. This isnĀ“t a problem but there should be much better soloutions after migration to typescript.... getGlobalStorageProvider().getDataAsBoolean(key, true, value => { this.settingsCache.set(key, value); callback(value);