cleanup logging

This commit is contained in:
2022-12-29 16:29:44 -06:00
parent 93be649ce2
commit 8728692d31
-1
View File
@@ -13,7 +13,6 @@ exports.config = {
devicePort: 4352,
listenPort: 4352,
validateResponse(msg, info) {
console.log(msg.toString());
return msg.toString().indexOf('%2ACKN=') >= 0;
},
},