* Fixes NB#104249, do not allow to go forward when mandatory data is missing in easys...
[modest] / src / hildon2 / modest-country-picker.c
index 20b3e70..9cbce91 100644 (file)
@@ -226,12 +226,10 @@ load_from_file (ModestCountryPicker *self, GtkListStore *liststore)
                        if (translated) {
                                if (!g_utf8_collate (country, territory))
                                        priv->locale_mcc = mcc;
-                               g_debug ("'%s' || '%s' || %d", territory, country, mcc);
                        } else {
                                gchar *translation = dgettext ("osso-countries", country);
                                if (!g_utf8_collate (translation, territory))
                                        priv->locale_mcc = mcc;
-                               g_debug ("'%s' || '%s' || %d", territory, translation, mcc);
                        }
                }
                name_translated = dgettext ("osso-countries", country);