Do not add panel from system_log (#10600)

The frontend will not have this panel.
This commit is contained in:
Pierre Ståhl 2017-11-15 23:45:08 +01:00 committed by Fabian Affolter
parent c2d0c8fba4
commit 87995ad62c

View File

@ -69,8 +69,6 @@ def async_setup(hass, config):
logging.getLogger().addHandler(handler)
hass.http.register_view(AllErrorsView(handler))
yield from hass.components.frontend.async_register_built_in_panel(
'system-log', 'system_log', 'mdi:monitor')
@asyncio.coroutine
def async_service_handler(service):