Remove commented-out code
This commit is contained in:
parent
03cb019864
commit
3921f5de76
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue