Skip to content

Commit 6ee0364

Browse files
author
Dipak Sarkar
committed
remove logs
1 parent 54b2e2a commit 6ee0364

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ export function updateValue(el, vnode, { emit = true, force = false, clean = fal
9090
}
9191
}
9292

93-
console.log(unmasked, masked)
94-
9593
if (force || oldValue !== currentValue) {
9694
el[CONFIG_KEY].oldValue = masked
9795
el.unmaskedValue = unmasked

0 commit comments

Comments
 (0)