From aa9f9094b5f0c8fd63ed2dd76538e6bc8fc6ddb2 Mon Sep 17 00:00:00 2001 From: FangYing Date: Mon, 12 Jul 2021 22:35:41 +0800 Subject: [PATCH] chore: remove log (#331) Co-authored-by: Eduardo San Martin Morote --- src/node/plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node/plugin.ts b/src/node/plugin.ts index ee869232..93b5af6a 100644 --- a/src/node/plugin.ts +++ b/src/node/plugin.ts @@ -121,7 +121,6 @@ export function createVitePressPlugin( }, configureServer(server) { - console.log(configPath) server.watcher.add(configPath) // serve our index.html after vite history fallback