1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-27 12:14:35 +01:00

Remove stale print

This commit is contained in:
Paulus Schoutsen
2020-08-20 11:41:05 +00:00
parent da5dc1130e
commit b7ec0d4884
2 changed files with 0 additions and 2 deletions

View File

@@ -29,5 +29,4 @@ async def async_setup_platform(
hass, config, async_add_entities_callback, discovery_info=None
):
"""Return mock entities."""
print("YOOO")
async_add_entities_callback(ENTITIES)