diff --git a/packages/plugins/src/$RefPlugin.ts b/packages/plugins/src/$RefPlugin.ts index ef3387d6..604da039 100644 --- a/packages/plugins/src/$RefPlugin.ts +++ b/packages/plugins/src/$RefPlugin.ts @@ -208,7 +208,6 @@ const $RefPlugin: PluginType = { if (refs.length) { for (const ref of refs) { - console.log(ref); config.setRef(page.fullPath, ...ref); } }