Skip to content

Commit 3d8f40d

Browse files
committed
chore: remove unused logs
1 parent e445087 commit 3d8f40d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/core/internal/input.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ export function onMount({ input, container, metadata }: OnMountArgs) {
235235
mutateAttribute('data-sel', String(_start) + ',' + String(_end))
236236
}
237237
function inputListener(event: ChangeEvent) {
238-
console.count('calling core.inputlistener')
239-
240238
const previousValue = input.__metadata__.previousRegisteredValue
241239
const newValue = setValue({
242240
event,
@@ -365,8 +363,6 @@ export function onMount({ input, container, metadata }: OnMountArgs) {
365363
resizeObserver.observe(input)
366364

367365
function unmount() {
368-
console.log('running unmount')
369-
370366
for (const [event, listener] of Object.entries(eventToListenerMap)) {
371367
input.removeEventListener(event as any, listener as any)
372368
}

0 commit comments

Comments
 (0)