Skip to content

Commit 80e5dc4

Browse files
author
Herfort
committed
remove print statements
1 parent 24af215 commit 80e5dc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

import_module/create_groups.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ def run_create_groups(input_file, project_id, tileserver, custom_tileserver_url,
533533
#save_geom_as_geojson(horizontal_slice_infos['slice_collection'], outfile)
534534

535535
raw_groups = get_vertical_slice(horizontal_slice_infos, config['zoom'])
536-
print(raw_groups)
537536
print('running create groups')
538537
groups = create_groups(raw_groups, config)
539538
print('ran create_groups')

0 commit comments

Comments
 (0)