Skip to content

Commit 507d913

Browse files
committed
remove logging
1 parent a1a699e commit 507d913

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/screenshot.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ test.describe('Docusaurus site screenshots', () => {
3030
const pathnames = extractSitemapPathnames(sitemapPath).filter((pathname) =>
3131
pathname.startsWith('/docs/en') // currently test en only
3232
);
33-
console.log('Pathnames to screenshot:', pathnames);
3433
pathnames.forEach(screenshotPathname);
3534
});

0 commit comments

Comments
 (0)