Remove console log

This commit is contained in:
Josh Johnson 2017-04-21 09:04:41 +01:00
parent dbbcadba88
commit 3081ef2de1

View file

@ -335,7 +335,6 @@ describe('Choices', () => {
// Key down to second choice
let count = 0;
while (count < 2) {
console.log('keydown');
this.choices._onKeyDown({
target: this.choices.input,
keyCode: 40,