Skip to content

Commit

Permalink
Remove leftover console.log from Renovate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rfgamaral committed Mar 21, 2024
1 parent 1547bfb commit a8e3b3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/addons/hide-dark-logo/register.js
Expand Up @@ -6,7 +6,6 @@ import { DOCS_RENDERED } from '@storybook/core-events'
*/
addons.register('hide-dark-logo', () => {
addons.getChannel().on(DOCS_RENDERED, () => {
console.debug('hide-dark-logo: docs rendered')
const darkLogoElement = document
.querySelector('#storybook-preview-iframe')
.contentWindow.document.querySelector('source[srcset*="logo-dark"]')
Expand Down

0 comments on commit a8e3b3d

Please sign in to comment.