removed debug info

This commit is contained in:
7h3Rabbit 2025-02-27 21:28:13 +01:00
parent 0b44230a2d
commit 1e50c4676f
1 changed files with 0 additions and 10 deletions

View File

@ -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;