Procházet zdrojové kódy

Remove an obsolete comment,

as suggested at https://github.com/ckeditor/ckeditor5/pull/6816#pullrequestreview-418279184
Tomek Wytrębowicz před 5 roky
rodič
revize
24a4b685b9

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

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