1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

remove debug print statement

This commit is contained in:
George Hunt 2019-05-19 17:12:49 -07:00
parent 3ca7b266cc
commit 9a899b4314

View file

@ -127,7 +127,6 @@ def write_vector_map_idx(installed_maps):
region = extract_region_from_filename(fname)
if map == 'maplist': continue # not a real region
map_dict = map_catalog['regions'].get(region,'')
print('check for %s in %s'%(region,map_dict))
if map_dict == '': continue
# Create the idx file in format required bo js-menu system