From afaed06606ac66c9fdf612a77f8837778bfd9d12 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 30 Nov 2018 20:18:28 +0100 Subject: [PATCH] Fix --- esphomeyaml/dashboard/dashboard.py | 2 +- esphomeyaml/dashboard/static/esphomeyaml.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/esphomeyaml/dashboard/dashboard.py b/esphomeyaml/dashboard/dashboard.py index b71fc2a8f0..45450d35bd 100644 --- a/esphomeyaml/dashboard/dashboard.py +++ b/esphomeyaml/dashboard/dashboard.py @@ -26,7 +26,7 @@ from esphomeyaml.__main__ import get_serial_ports from esphomeyaml.helpers import mkdir_p, run_system_command from esphomeyaml.storage_json import EsphomeyamlStorageJSON, StorageJSON, \ esphomeyaml_storage_path, ext_storage_path -from esphomeyaml.util import shlex_quote, safe_print +from esphomeyaml.util import shlex_quote # pylint: disable=unused-import, wrong-import-order from typing import Optional # noqa diff --git a/esphomeyaml/dashboard/static/esphomeyaml.js b/esphomeyaml/dashboard/static/esphomeyaml.js index 7e0871d179..38f5f7345b 100644 --- a/esphomeyaml/dashboard/static/esphomeyaml.js +++ b/esphomeyaml/dashboard/static/esphomeyaml.js @@ -19,7 +19,6 @@ const colorReplace = (pre, state, text) => { let i = 0; if (state.carriageReturn) { - console.log(text); if (text !== "\n") { // don't remove if \r\n pre.removeChild(pre.lastChild);