diff --git a/magstats_step/magstats_step/step.py b/magstats_step/magstats_step/step.py index 8b4b79ee9..ca0a80411 100644 --- a/magstats_step/magstats_step/step.py +++ b/magstats_step/magstats_step/step.py @@ -123,6 +123,6 @@ def produce_scribe_ztf(self, result: dict): ) def post_execute(self, result: dict): - self.produce_scribe(result) + # self.produce_scribe(result) self.produce_scribe_ztf(result) return {}