diff options
Diffstat (limited to 'ui/lib/persistent-form.js')
-rw-r--r-- | ui/lib/persistent-form.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/lib/persistent-form.js b/ui/lib/persistent-form.js index 4bb19ad58..537cfb1ce 100644 --- a/ui/lib/persistent-form.js +++ b/ui/lib/persistent-form.js @@ -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) } |