Skip to content

Commit cab9f19

Browse files
authored
test: remove console.log (#10704)
1 parent f937ccc commit cab9f19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/hmr/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const virtual = _virtual + '${num}';`
4444
configureServer(server) {
4545
server.ws.on('virtual:increment', async () => {
4646
const mod = await server.moduleGraph.getModuleByUrl('\0virtual:file')
47-
console.log(mod)
4847
if (mod) {
4948
num++
5049
server.reloadModule(mod)

0 commit comments

Comments
 (0)