Remove print (already covered by logger) (#2184)
This commit is contained in:
parent
fe4d971427
commit
1f602be80a
1 changed files with 0 additions and 1 deletions
|
@ -304,7 +304,6 @@ def setup_and_run_hass(config_dir, args):
|
||||||
|
|
||||||
hass.bus.listen_once(EVENT_HOMEASSISTANT_START, open_browser)
|
hass.bus.listen_once(EVENT_HOMEASSISTANT_START, open_browser)
|
||||||
|
|
||||||
print('Starting Home-Assistant')
|
|
||||||
hass.start()
|
hass.start()
|
||||||
exit_code = int(hass.block_till_stopped())
|
exit_code = int(hass.block_till_stopped())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue