summaryrefslogtreecommitdiff
path: root/robot.js
diff options
context:
space:
mode:
Diffstat (limited to 'robot.js')
-rw-r--r--robot.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/robot.js b/robot.js
index 7a89de9..e67aba4 100644
--- a/robot.js
+++ b/robot.js
@@ -55,7 +55,6 @@ async function moveTo(x,y)
}
client.on('connect', () => {
- console.log(client)
console.log('Connecté au courtier MQTT');
client.subscribe('move')
});