summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--esp8266/scripts/webrepl.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/esp8266/scripts/webrepl.py b/esp8266/scripts/webrepl.py
index 1a8fbe8795..f304b4e98b 100644
--- a/esp8266/scripts/webrepl.py
+++ b/esp8266/scripts/webrepl.py
@@ -47,6 +47,3 @@ def stop():
def start():
stop()
setup_conn()
-
-
-start()