diff --git a/python/lsst/ts/logging_and_reporting/source_adapters.py b/python/lsst/ts/logging_and_reporting/source_adapters.py index 4f86938..9472946 100644 --- a/python/lsst/ts/logging_and_reporting/source_adapters.py +++ b/python/lsst/ts/logging_and_reporting/source_adapters.py @@ -743,13 +743,13 @@ def exposure_detail( ) ) ] - if len(recs) == 0: - msg = ( - f"No matching records after appling filters " - f"to {len(self.exposures[instrument])} exposures " - f"for {instrument=!r}." - ) - return msg + # if len(recs) == 0: + # msg = ( + # f"No matching records after appling filters " + # f"to {len(self.exposures[instrument])} exposures " + # f"for {instrument=!r}." + # ) + # return msg # #!df = pd.DataFrame(self.exposures[instrument])[fields] df = pd.DataFrame(recs)[fields]