Disable logger

This commit is contained in:
Sam Carlton 2022-04-30 14:50:21 -05:00
parent 323f0d0d6b
commit 972aca20bd

View file

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