You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Remove debugging
This commit is contained in:
@@ -51,8 +51,7 @@ export default class CountryDropdown extends React.Component {
|
||||
const country = COUNTRIES.find(c => c.iso2 === SdkConfig.get()["defaultCountryCode"]);
|
||||
if (country) defaultCountry = country;
|
||||
}
|
||||
console.log(defaultCountry);
|
||||
console.log(props);
|
||||
|
||||
this.state = {
|
||||
searchQuery: '',
|
||||
defaultCountry,
|
||||
|
||||
Reference in New Issue
Block a user