Skip to content

Commit

Permalink
Remove console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
Koopzington authored and yairEO committed Jan 31, 2024
1 parent b2cb706 commit 9369b86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parts/dropdown.js
Expand Up @@ -411,7 +411,6 @@ export default {

_s.hooks.beforeKeyDown(e, {tagify:this})
.then(result => {
console.log(e.key);
switch( e.key ){
case 'ArrowDown' :
case 'ArrowUp' :
Expand Down

0 comments on commit 9369b86

Please sign in to comment.