diff --git a/src/UI/Config.js b/src/UI/Config.js index 076eaf420..6c44d8857 100644 --- a/src/UI/Config.js +++ b/src/UI/Config.js @@ -17,10 +17,6 @@ define( }, getValue: function (key, defaultValue) { - - - test = ""; - var storeValue = window.localStorage.getItem(key); if (!storeValue) {