Skip to content

Commit ed2003d

Browse files
remove unnecessary logging
1 parent a47b3f1 commit ed2003d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/storybook.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ async function storybook(serve, options) {
8383
backgroundTheme = 'light';
8484
}
8585

86-
console.log(`useGlobals: ${useGlobals}, backgroundTheme: ${backgroundTheme}`);
87-
8886
// Upload Storybook static
8987
await static.getSignedUrl(options)
9088
.then(async function (response) {

0 commit comments

Comments
 (0)