Remove print (already covered by logger) (#2184)

pull/2179/merge
Fabian Affolter 2016-05-31 23:02:31 +02:00 committed by Paulus Schoutsen
parent fe4d971427
commit 1f602be80a
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ def setup_and_run_hass(config_dir, args):
hass.bus.listen_once(EVENT_HOMEASSISTANT_START, open_browser)
print('Starting Home-Assistant')
hass.start()
exit_code = int(hass.block_till_stopped())