1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Remove debugging

This commit is contained in:
Travis Ralston
2019-05-31 21:26:22 -06:00
parent 3f646f13dd
commit c12ef8829c

View File

@@ -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,