Remove redundant API for getting country prefix

pull/21833/head
Luke Barnard 2017-04-25 11:25:14 +01:00
parent 336462366e
commit aac0238882
1 changed files with 0 additions and 4 deletions

View File

@ -73,10 +73,6 @@ export default class CountryDropdown extends React.Component {
);
}
getCountryPrefix(iso2) {
return COUNTRIES_BY_ISO2[iso2].prefix;
}
render() {
const Dropdown = sdk.getComponent('elements.Dropdown');