Skip to content

Commit

Permalink
Remove a stray debug dump
Browse files Browse the repository at this point in the history
  • Loading branch information
oczoske committed Feb 7, 2025
1 parent 1d3dda7 commit c814346
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def process_images(self) -> Dict[str, PipelineProduct]:
"""do something"""

background_hdr = cpl.core.PropertyList()
self.inputset.background.frameset.dump()
bg_images = self.load_images(self.inputset.background.frameset)
background_img = self.combine_images(bg_images, "median")
# TODO: define usedframes
Expand Down

0 comments on commit c814346

Please sign in to comment.