Sfoglia il codice sorgente

Tests: Removed logs.

Marek Lewandowski 6 anni fa
parent
commit
3f2d8a300c
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      tests/manual/performance/setdata.js

+ 0 - 3
tests/manual/performance/setdata.js

@@ -52,9 +52,6 @@ const fileNames = Array.from( buttons ).map( button => button.getAttribute( 'dat
 
 preloadData( fileNames.map( name => `_utils/${ name }.txt` ) )
 	.then( fixtures => {
-		console.log( 'fixtures' );
-		console.log( fixtures );
-
 		for ( const button of buttons ) {
 			button.addEventListener( 'click', function() {
 				const content = fixtures[ this.getAttribute( 'data-file-name' ) ];