From 3daba2ddcd0f024c536adb757f66cbc7d6131287 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 18 Aug 2015 13:22:44 -0400 Subject: [PATCH] [fix] removing debug print --- scripts/geodata/osm/osm_address_training_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/geodata/osm/osm_address_training_data.py b/scripts/geodata/osm/osm_address_training_data.py index 156236e0..7076af8e 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -521,7 +521,6 @@ def get_language_names(language_rtree, key, value, tag_prefix='name'): default_lang = candidate_languages[0]['lang'] if lang == AMBIGUOUS_LANGUAGE: - print u'Ambiguous language. country={}, default={}, str={}'.format(country, default_lang, v) return None, None elif lang == UNKNOWN_LANGUAGE and num_defaults == 1: name_language[default_lang].append(v)