1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

remove console.log

This commit is contained in:
Marek Farkaš
2024-07-16 09:22:43 +02:00
committed by GitHub
parent 8f2dea584a
commit 63df75ab23

View File

@@ -74,7 +74,6 @@ function connectToSerial() {
serialport.write('x\n');
serialport.on('data', (data) => {
console.log(data);
const receivedData = data.toString();
if (receivedData.startsWith('OK')) {