Remove debug print (#63460)

This commit is contained in:
Simone Chemelli 2022-01-05 15:34:33 +01:00 committed by GitHub
parent 5196b75ed6
commit 969930b9c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 19 deletions

View file

@ -216,7 +216,6 @@ async def test_create_radio_button_group(hass, hass_ws_client, properties_data):
# Make sure the baseline is correct
assert len(rb_props) == 3
print(rb_props)
rb_props[0]["value"].append("1")