Remove commented-out code

This commit is contained in:
Richard 2021-06-22 10:57:48 +01:00
parent 03cb019864
commit 3921f5de76

View file

@ -21,7 +21,6 @@ export function syncDataWithLocalStorage(keyName, syncedObject, syncedData) {
}
// This function will update local storage with current values
//const context = this;
let updateStoredValues = function() {
let newData = {};
for (const item of syncedKeys) {