Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 2, 2024
1 parent b649ccd commit 37f1a22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/slidev/node/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ export async function resolveOptions(

const clientRoot = await getClientRoot()
const cliRoot = getCLIRoot()
console.log({ cliRoot })
const themeRoots = await getThemeRoots(theme, entry)
const addons = await getAddons(userRoot, data.config)
const addonRoots = await getAddonRoots(addons, entry)
Expand Down

0 comments on commit 37f1a22

Please sign in to comment.