Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Nov 24, 2023
1 parent 5eedd2d commit 0081061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const createPlugin = (options?: SpotlightOptions): AstroIntegration => {

hooks: {
'astro:config:setup': async ({ command, injectScript, addDevOverlayPlugin, logger, config }) => {
console.log(config);
if (command === 'dev') {
logger.info('[@spotlightjs/astro] Setting up Spotlight');

Expand Down

0 comments on commit 0081061

Please sign in to comment.