From 9a899b43141af853a12bcb8ae30ed21f88237e16 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Sun, 19 May 2019 17:12:49 -0700 Subject: [PATCH] remove debug print statement --- roles/osm-vector-maps/templates/iiab-update-map | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/osm-vector-maps/templates/iiab-update-map b/roles/osm-vector-maps/templates/iiab-update-map index e80d869ae..0e312d705 100755 --- a/roles/osm-vector-maps/templates/iiab-update-map +++ b/roles/osm-vector-maps/templates/iiab-update-map @@ -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