Skip to content

Commit ff79de2

Browse files
Remove accidental console.log
1 parent 2a80547 commit ff79de2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stimulus-controller-resolver.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export function createViteGlobResolver(...globResults) {
9292
export function mapGlobKeysToIdentifiers(globResults) {
9393
return Object.entries(Object.assign({}, ...globResults)).reduce(
9494
(acc, [key, controllerFn]) => {
95-
console.log(key, identifierForGlobKey(key))
9695
acc[identifierForGlobKey(key)] = controllerFn
9796
return acc
9897
},

0 commit comments

Comments
 (0)