8
0
Marek Lewandowski 6 лет назад
Родитель
Сommit
3f2d8a300c
1 измененных файлов с 0 добавлено и 3 удалено
  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' ) ];