Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Sep 2, 2024
1 parent 873493b commit ec394c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/addons/backgrounds/src/decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const withBackgroundAndGrid = (
const showGrid = data.grid || false;
const shownBackground = !!item && !disable;

console.log({ context, globals, parameters, options, data, item, value, shownBackground, KEY });
const backgroundSelector = viewMode === 'docs' ? `#anchor--${id} .docs-story` : '.sb-show-main';
const gridSelector = viewMode === 'docs' ? `#anchor--${id} .docs-story` : '.sb-show-main';

Expand Down

0 comments on commit ec394c0

Please sign in to comment.