Skip to content

Commit

Permalink
Update src/component/tab/script/tab/tabs-group.js
Browse files Browse the repository at this point in the history
Co-authored-by: Keryan SANIE <keryan.sanie@gmail.com>
  • Loading branch information
lab9fr and keryanS committed May 22, 2023
1 parent faa7252 commit 80d5713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/tab/script/tab/tabs-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class TabsGroup extends api.core.DisclosuresGroup {
}

pressKey (key) {
console.log(key);
switch (key) {
case TabKeys.LEFT:
this.pressLeft();
Expand Down

0 comments on commit 80d5713

Please sign in to comment.