remove debug log

This commit is contained in:
sparks-alec
2022-02-14 03:38:03 -05:00
parent 609292668f
commit ad099f909d
-1
View File
@@ -27,7 +27,6 @@ function processPJLink(device, str, that) {
const d = device;
arr.forEach((s) => {
console.log(s)
const split = s.split('=');
const key = split[0];
const value = split[1];