diff --git a/python/lsst/ts/externalscripts/auxtel/latiss_take_twilight_flats.py b/python/lsst/ts/externalscripts/auxtel/latiss_take_twilight_flats.py index 9a0317874..f19c4e5a8 100644 --- a/python/lsst/ts/externalscripts/auxtel/latiss_take_twilight_flats.py +++ b/python/lsst/ts/externalscripts/auxtel/latiss_take_twilight_flats.py @@ -183,13 +183,7 @@ async def track_radec_and_setup_instrument(self, ra, dec): rot_type=RotType.PhysicalSky, ) - if self.latiss.get_current_filter() == self.get_instrument_filter(): - self.log.warning( - f"Filter is already set to {self.get_instrument_filter()}. " - f"Continuing." - ) - else: - await self.latiss.setup_instrument(filter=self.get_instrument_filter()) + await self.latiss.setup_instrument(filter=self.get_instrument_filter()) async def slew_azel_and_setup_instrument(self, az, el): """Abstract method to set the instrument. Change the filter