Skip to content

Commit

Permalink
Remove commented code from photometricRepeatability.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcarlin committed May 3, 2023
1 parent d11548c commit e9d812b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/analysis/tools/atools/photometricRepeatability.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ def setDefaults(self):
)
self.process.calculateActions.photRepeatNsources = CountAction(vectorKey="perGroupStdevFiltered")

# import pdb; pdb.set_trace()

self.produce.plot = HistPlot()

self.produce.plot.panels["panel_rms"] = HistPanel()
Expand Down

0 comments on commit e9d812b

Please sign in to comment.