Remove stale debug from WLED tests (#39882)

This commit is contained in:
Franck Nijhof
2020-09-10 13:16:33 +02:00
committed by GitHub
parent 35a9106a4b
commit 14f7f5ba45

View File

@@ -183,7 +183,6 @@ async def test_disabled_by_default_sensors(
"""Test the disabled by default WLED sensors."""
await init_integration(hass, aioclient_mock)
registry = await hass.helpers.entity_registry.async_get_registry()
print(registry.entities)
state = hass.states.get(entity_id)
assert state is None