Skip to content

Commit

Permalink
test: remove console.log (#10704)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 29, 2022
1 parent f937ccc commit cab9f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/hmr/vite.config.ts
Expand Up @@ -44,7 +44,6 @@ export const virtual = _virtual + '${num}';`
configureServer(server) {
server.ws.on('virtual:increment', async () => {
const mod = await server.moduleGraph.getModuleByUrl('\0virtual:file')
console.log(mod)
if (mod) {
num++
server.reloadModule(mod)
Expand Down

0 comments on commit cab9f19

Please sign in to comment.