From caf2263ea0d46e4cd495d71fbdd9e5b26e785ef8 Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Fri, 12 Oct 2018 16:38:57 -0700 Subject: [PATCH] Autonomous Vernie roaming example --- examples/vernie_roaming.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/vernie_roaming.js b/examples/vernie_roaming.js index 683b9e9..314aa85 100644 --- a/examples/vernie_roaming.js +++ b/examples/vernie_roaming.js @@ -72,7 +72,6 @@ poweredUP.on("discover", async (vernie) => { // Wait to discover Vernie await vernie.sleep(1000); const { leftDistance, forwardDistance, rightDistance } = await scan(vernie); - console.log(leftDistance, forwardDistance, rightDistance); if (rightDistance >= forwardDistance && rightDistance >= leftDistance) { // Go right