removed console log
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-07-08 14:17:12 +02:00
parent 6f3b023644
commit b29dd291ab
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ export default class Autocomplete extends Input {
this.showDropDown(); this.showDropDown();
break; break;
default: default:
console.log(event.key);
if (event.key.length == 1) if (event.key.length == 1)
this.showDropDown(event.key); this.showDropDown(event.key);
else else