Skip to content

Commit

Permalink
Clean up whitespace, remove extraneous log
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Oct 9, 2024
1 parent 86b8cba commit 03e182e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion archive/frames/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def create(self, validated_data):
self.create_or_update_versions(frame, version_data)
self.create_or_update_header(frame, header_data)
self.create_related_frames(frame, related_frames)

# If there is no version data, don't post this to the archived queue
if version_data:
try:
Expand Down
1 change: 0 additions & 1 deletion archive/frames/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def archived_queue_payload(validated_data: dict, frame):
filename = ''
new_dictionary['filename'] = filename
new_dictionary['frameid'] = frame.id
logger.info(f"Archived queue payload: {new_dictionary}")
return new_dictionary


Expand Down

0 comments on commit 03e182e

Please sign in to comment.