Remove log

This commit is contained in:
Teagan Glenn 2026-01-31 08:43:45 -07:00 committed by Teagan glenn
parent 6ee9837626
commit ff190251d1

View File

@ -315,9 +315,6 @@ class TestCustomObjectClassificationIntegration(unittest.TestCase):
# Extract and verify the MQTT message
mqtt_json = requestor.send_data.call_args[0][1]
mqtt_data = json.loads(mqtt_json)
import logging
logger = logging.getLogger("TestCustomObjectClassificationIntegration")
logger.warning(f"send_data called with: {mqtt_data} {mqtt_json}")
# THE ACTUAL VERIFICATION: zones from obj_data made it through the stack
self.assertIn("zones", mqtt_data, "MQTT must include zones")