diff --git a/wahoomc/osm_maps_functions.py b/wahoomc/osm_maps_functions.py index c88fad24..e46bf49e 100644 --- a/wahoomc/osm_maps_functions.py +++ b/wahoomc/osm_maps_functions.py @@ -386,7 +386,6 @@ def filter_tags_from_country_osm_pbf_files(self): sys_platform=platform.system())) cmd.extend(['-o', out_file_o5m_filtered]) cmd.append('--overwrite') - cmd.append('-v') run_subprocess_and_log_output( cmd, '! Error in Osmium with country: {key}') @@ -397,7 +396,6 @@ def filter_tags_from_country_osm_pbf_files(self): name_tags=True, sys_platform=platform.system())) cmd.extend(['-o', out_file_o5m_filtered_names]) cmd.append('--overwrite') - cmd.append('-v') run_subprocess_and_log_output( cmd, '! Error in Osmium with country: {key}')