Skip to content

Commit ffb4bd4

Browse files
removing print
1 parent aeab4c4 commit ffb4bd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stac_updater/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ def update_collection(root, long_poll, concurrency):
3030
# Configure lambda function and attach to SQS queue (use ENV variables to pass state)
3131

3232
name = Collection.open(root).id
33-
print(name)
34-
3533
filter_rule = {'collection': [name]}
3634

3735
with open(sls_config_path, 'r') as f:

0 commit comments

Comments
 (0)