Skip to content

Commit

Permalink
Clean up debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jul 10, 2022
1 parent 3539621 commit f0f08d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/blocks/src/blocks/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { once } from '@storybook/client-logger';
*/
export const CURRENT_SELECTION = '.';
export const currentSelectionWarning = () =>
console.trace() ||
once.warn(
'`of="."` (current selection) is no longer supported in doc blocks. Falling back to primary story'
);
Expand Down

0 comments on commit f0f08d0

Please sign in to comment.