Преглед изворни кода

Remove an obsolete comment,

as suggested at https://github.com/ckeditor/ckeditor5/pull/6816#pullrequestreview-418279184
Tomek Wytrębowicz пре 5 година
родитељ
комит
24a4b685b9
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      packages/ckeditor5-select-all/tests/selectallcommand.js

+ 0 - 2
packages/ckeditor5-select-all/tests/selectallcommand.js

@@ -189,8 +189,6 @@ describe( 'SelectAllCommand', () => {
 					'</tableRow>' +
 					'</tableRow>' +
 				'</table>]'
 				'</table>]'
 			);
 			);
-
-			// editor.execute( 'selectAll' );
 		} );
 		} );
 
 
 		it( 'should not change the selection (the entire editor is selected)', () => {
 		it( 'should not change the selection (the entire editor is selected)', () => {