1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove log

This commit is contained in:
Dan Finlay 2016-08-25 14:09:54 -07:00
parent 3b594db316
commit 2026b674c5

View File

@ -46,7 +46,6 @@ PersistentForm.prototype.persistentFieldDidUpdate = function (event) {
const key = field.getAttribute('data-persistent-formid')
const val = field.value
store[key] = val
console.log(val)
this.setPersistentStore(store)
}