Remove No Results message

How do I remove the “No Results” message please

I have

             $('[name="size"]').select2({

    			matcher: matchStart,
			 "language":{
  					       "noResults" : function () { return ''; }
		               }
	});	

I want the select to be empty

Thanks