From c12ef8829ce7155f425f748498ced4567f7aece3 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 31 May 2019 21:26:22 -0600 Subject: [PATCH] Remove debugging --- src/components/views/auth/CountryDropdown.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/views/auth/CountryDropdown.js b/src/components/views/auth/CountryDropdown.js index 99868fa910..63914319c8 100644 --- a/src/components/views/auth/CountryDropdown.js +++ b/src/components/views/auth/CountryDropdown.js @@ -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,