1
0
Fork 0
mirror of synced 2024-06-27 10:41:00 +12:00

Removed log

This commit is contained in:
Eldad Fux 2020-03-15 19:31:02 +02:00
parent e78dc87521
commit fde8ecf36d

View file

@ -93,7 +93,6 @@
&& element.type !== 'button'
&& element.type !== 'submit'
) {
console.log(element.type);
element.focus();
break;
}