From 0c9d773b09acea7c1a6cfb915daeb6a1d16dd21a Mon Sep 17 00:00:00 2001 From: marcellus Date: Tue, 2 Apr 2024 14:55:12 +0200 Subject: tests: still not working --- robot.js | 1 - 1 file changed, 1 deletion(-) (limited to 'robot.js') diff --git a/robot.js b/robot.js index 11409c0..bd8149d 100644 --- a/robot.js +++ b/robot.js @@ -47,7 +47,6 @@ async function moveTo(x,y) } client.on('connect', () => { - console.log(client) console.log('Connecté au courtier MQTT'); client.subscribe('move') }); -- cgit v1.2.3