Skip to content

Commit 62e6fc6

Browse files
committed
chore: 移除 console.log 语句
1 parent f5a8773 commit 62e6fc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BootstrapBlazor/Components/Input/OtpInput.razor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export function init(id, invoke, method) {
6767

6868
const setValue = (el, invoke, method) => {
6969
const val = [...el.querySelectorAll('.bb-opt-item')].map(input => input.value).join('');
70-
console.log(val);
7170
invoke.invokeMethodAsync(method, val);
7271
}
7372

0 commit comments

Comments
 (0)