Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Dec 10, 2024
1 parent f367d6b commit 46743b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/addons/test/src/vitest-plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const getStoryGlobsAndFiles = async (
const stories = await presets.apply('stories', []);
const docs = await presets.apply('docs', {});
const indexers = await presets.apply('experimental_indexers', []);
console.log('LOG: ', { docs });
const generator = new StoryIndexGenerator(normalizeStories(stories, directories), {
...directories,
indexers,
Expand Down

0 comments on commit 46743b4

Please sign in to comment.