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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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