Skip to content

Commit

Permalink
Removed extraneous debugger call.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Feb 12, 2025
1 parent 342751b commit a1d6911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion banzai_floyds/frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def get_output_data_products(self, runtime_context):
return super().get_output_data_products(runtime_context)

def save_processing_metadata(self, context):
import pdb; pdb.set_trace()
super().save_processing_metadata(context)
if 'REDUCER' not in self.meta:
self.meta['REDUCER'] = 'BANZAI'
Expand Down

0 comments on commit a1d6911

Please sign in to comment.