From 972aca20bd850775bcc0bfb106c95c0877fdef3a Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 30 Apr 2022 14:50:21 -0500 Subject: [PATCH] Disable logger --- test/prebuild/listings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/prebuild/listings.js b/test/prebuild/listings.js index 22c3606..519d1db 100644 --- a/test/prebuild/listings.js +++ b/test/prebuild/listings.js @@ -163,7 +163,7 @@ test('Listings have valid headings', async t => { for( const element of elements ) { for ( const [ check, checkMethod ] of Object.entries( checks ) ) { - console.log( `Ckecking ${ selector } ${ check }` ) + // console.log( `Ckecking ${ selector } ${ check }` ) const value = element.getAttribute( check )