mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Remove unnecessary logs
This commit is contained in:
parent
0162a84157
commit
639af90fa2
@ -7,7 +7,6 @@ export default ({ store, api }) => {
|
||||
layout: { isFullscreen, showNav, showPanel },
|
||||
} = store.getState();
|
||||
|
||||
console.log(feature);
|
||||
switch (feature) {
|
||||
case features.ESCAPE: {
|
||||
if (isFullscreen) {
|
||||
@ -158,7 +157,6 @@ export default ({ store, api }) => {
|
||||
bind: () => {
|
||||
document.addEventListener('keydown', e => {
|
||||
const { shortcuts } = store.getState();
|
||||
console.log(shortcuts);
|
||||
handleFeature(keyEventToFeature(e, shortcuts));
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user