diff --git a/examples/hello/hello.js b/examples/hello/hello.js index 26a1d37..4be89c5 100644 --- a/examples/hello/hello.js +++ b/examples/hello/hello.js @@ -15,6 +15,4 @@ Cylon.robot({ } }); -//Cylon.api({host: '0.0.0.0', port: '3005'}) - Cylon.start();