Skip to content

Commit

Permalink
fix(tab-list): remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Dec 17, 2019
1 parent 01196cb commit dc73329
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/tab-list/src/tab-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,10 @@ export class TabList extends Focusable {
}

public startListeningToKeyboard = (): void => {
console.warn('start');
this.addEventListener('keydown', this.handleKeydown);
};

public stopListeningToKeyboard = (): void => {
console.warn('stop');
this.removeEventListener('keydown', this.handleKeydown);
};

Expand Down

0 comments on commit dc73329

Please sign in to comment.