aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend')
-rw-r--r--subprojects/frontend/config/graphvizUMDVitePlugin.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/subprojects/frontend/config/graphvizUMDVitePlugin.ts b/subprojects/frontend/config/graphvizUMDVitePlugin.ts
index 0c3c9aa0..8f3511bc 100644
--- a/subprojects/frontend/config/graphvizUMDVitePlugin.ts
+++ b/subprojects/frontend/config/graphvizUMDVitePlugin.ts
@@ -35,7 +35,6 @@ export default function graphvizUMDVitePlugin(): PluginOption {
35 if (resolvedPath === undefined) { 35 if (resolvedPath === undefined) {
36 return; 36 return;
37 } 37 }
38 console.log(resolvedPath);
39 if (command === 'serve') { 38 if (command === 'serve') {
40 url = `/@fs/${resolvedPath}`; 39 url = `/@fs/${resolvedPath}`;
41 } else { 40 } else {