Remove debug prints from utcnow test (#42977)

This commit is contained in:
J. Nick Koston 2020-11-08 07:48:01 -10:00 committed by GitHub
parent e5fe0c40ec
commit 2845fca08e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1601,7 +1601,4 @@ async def test_state_change_events_match_state_time(hass):
await hass.async_block_till_done()
state = hass.states.get("light.bedroom")
import pprint
pprint.pprint(events)
assert state.last_updated == events[0].time_fired