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:
parent
3ca7b266cc
commit
9a899b4314
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue