removed unecessary LOG

pull/1559/head
Michael Nguyen 2018-04-26 16:18:31 -05:00
parent e941a1d0a7
commit afd0dbb084
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class RemoteConf(LocalConf):
from mycroft.api import DeviceApi
api = DeviceApi()
setting = api.get_settings()
LOG.info("tsttinnng")
try:
location = api.get_location()
except RequestException as e: