Skip to content

Commit bf8ba2d

Browse files
authored
Remove console.log call (#8)
1 parent 0e5d2c4 commit bf8ba2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/alpine/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ const syncSyntheticMethodInput = (el: Element, method: RequestMethod) => {
204204
return
205205
}
206206

207-
console.log('here')
208-
209207
const input = el.insertAdjacentElement('afterbegin', document.createElement('input'))
210208

211209
if (input === null) {

0 commit comments

Comments
 (0)