// source --> https://www.allofgeek.store/wp-content/plugins/minmax-quantity-for-woocommerce/js/frontend.js?ver=6.9.4 
(function ($){
    $(document).on( 'click', 'a.remove', function(){
        $('.woocommerce .woocommerce-error').remove();
    });
})(jQuery);