From 781c648c31e60ad92a753e8e2fe4e2038b157e68 Mon Sep 17 00:00:00 2001 From: Davie Date: Fri, 1 Sep 2023 09:46:28 +0100 Subject: [PATCH] chore: remove log statement in `$RefPlugin` --- packages/plugins/src/$RefPlugin.ts | 1 - 1 file changed, 1 deletion(-) 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); } }