When I load the checkout I find country name in billing address already. This is Magento 2 default code which render this in file
Module_Checkouttemplatebilling-addressdetails.html
<text args="getCountryName(currentBillingAddress().countryId)"></text><br>
![enter image description here](https://i.sstatic.net/wiwtRoRY.png)
How to stop showing on page load.