mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable logger
This commit is contained in:
parent
323f0d0d6b
commit
972aca20bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue