Skip to content

Commit

Permalink
chore: remove verbose console
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT committed Apr 3, 2024
1 parent 9e51142 commit 031927a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/modules/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export function setupAssetsModule(options: { rpc: ViteInspectAPI['rpc'], server:
mtime: stat.mtimeMs,
}
}))
console.log('===>', cache)
return cache
}

Expand Down

0 comments on commit 031927a

Please sign in to comment.