From 8bb8eb9e6ada1b2b4b3da55bf963d171e0b4aeda Mon Sep 17 00:00:00 2001 From: kagnesyun Date: Tue, 21 Nov 2023 11:28:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/runcoding.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/modules/runcoding.js b/app/modules/runcoding.js index ea82a978c..9715ad55e 100644 --- a/app/modules/runcoding.js +++ b/app/modules/runcoding.js @@ -393,8 +393,6 @@ Module.prototype.makeSensorReadBuffer = function(device, port, data) { sensorIdx = 0; } - console.log(buffer); - return buffer; };