[fix] remove print
This commit is contained in:
@@ -163,8 +163,6 @@ class ClickThatHoodReverseGeocoder(GeohashPolygonIndex):
|
|||||||
filename = c['filename']
|
filename = c['filename']
|
||||||
component = c['component']
|
component = c['component']
|
||||||
|
|
||||||
print('doing {}'.format(filename))
|
|
||||||
|
|
||||||
path = os.path.join(data_path, filename)
|
path = os.path.join(data_path, filename)
|
||||||
features = json.load(open(path))['features']
|
features = json.load(open(path))['features']
|
||||||
for f in features:
|
for f in features:
|
||||||
|
|||||||
Reference in New Issue
Block a user