Remove debugging
This commit is contained in:
parent
3f646f13dd
commit
c12ef8829c
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ export default class CountryDropdown extends React.Component {
|
||||||
const country = COUNTRIES.find(c => c.iso2 === SdkConfig.get()["defaultCountryCode"]);
|
const country = COUNTRIES.find(c => c.iso2 === SdkConfig.get()["defaultCountryCode"]);
|
||||||
if (country) defaultCountry = country;
|
if (country) defaultCountry = country;
|
||||||
}
|
}
|
||||||
console.log(defaultCountry);
|
|
||||||
console.log(props);
|
|
||||||
this.state = {
|
this.state = {
|
||||||
searchQuery: '',
|
searchQuery: '',
|
||||||
defaultCountry,
|
defaultCountry,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue