removed debug info
This commit is contained in:
parent
0b44230a2d
commit
1e50c4676f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue