mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Remove log statement
This commit is contained in:
parent
18dea52f53
commit
b3585b9043
@ -129,7 +129,6 @@ export const Panel: React.FC<{ active: boolean }> = (props) => {
|
||||
setErrored(true);
|
||||
},
|
||||
[PLAY_FUNCTION_THREW_EXCEPTION]: (e) => {
|
||||
console.log('PLAY_FUNCTION_THREW_EXCEPTION');
|
||||
if (e?.message !== IGNORED_EXCEPTION.message) setCaughtException(e);
|
||||
else setCaughtException(undefined);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user