mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-07 06:43:39 +00:00
remove debug log
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user