Skip to content

Commit b7292b5

Browse files
koichirosobuecalebdwilliams
authored andcommitted
fix: remove console.log()
1 parent 32a833f commit b7292b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const initRef = (ref: ICustomElement, internals: IElementInternals): void
4242
input.name = ref.getAttribute('name');
4343
ref.after(input);
4444
hiddenInputMap.set(internals, input);
45-
console.log(input)
4645
}
4746
observer.observe(ref, observerConfig);
4847
};

0 commit comments

Comments
 (0)