Skip to content

Commit

Permalink
remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed Jun 4, 2024
1 parent 9b551e9 commit 04be710
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bignbit/save_cnm_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,12 @@ def process(self):
"""
pobit_audit_bucket = self.config['pobit_audit_bucket']
print(pobit_audit_bucket)
print(self.input)

collection_name = self.config['collection']
granule_ur = self.config['granule_ur']

print(collection_name)
print(granule_ur)

cnm_content = self.config['cnm']

print(cnm_content)

print(cnm_content)
print(cnm_content['submissionTime'])
cnm_key_name = collection_name + "/" + granule_ur + "." + cnm_content['submissionTime'] + "." + "cnm.json"

upload_cnm(pobit_audit_bucket, cnm_key_name, cnm_content)
Expand Down

0 comments on commit 04be710

Please sign in to comment.