From 1e50c4676fb645d789477caeaa8e4615dc97215a Mon Sep 17 00:00:00 2001 From: 7h3Rabbit <62792609+7h3Rabbit@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:28:13 +0100 Subject: [PATCH] removed debug info --- lib/plugins/pagexray/index.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/plugins/pagexray/index.js b/lib/plugins/pagexray/index.js index d218a7b18..d5928fac5 100644 --- a/lib/plugins/pagexray/index.js +++ b/lib/plugins/pagexray/index.js @@ -83,16 +83,6 @@ export default class PageXrayPlugin extends SitespeedioPlugin { }; if (!message.data) break; if (!config) break; - log.info( - `A: ${ - message.data - }` - ); - log.info( - `B: ${ - config - }` - ); const pageSummary = pagexray.convert(message.data, config); if (!pageSummary) break;