diff --git a/index.js b/index.js index 7dcdb39..030eaf5 100644 --- a/index.js +++ b/index.js @@ -167,7 +167,7 @@ function renderLoop() { rawPacket[4] = 127; } - console.log(rawPacket) + //console.log(rawPacket) bleAgent.attemptSend(rawPacket); }