remove old debug

This commit is contained in:
sparks-alec
2023-01-09 19:23:28 -05:00
parent 0d235b5c61
commit f31ba8ae73
-4
View File
@@ -19,10 +19,6 @@ function drawDeviceFrame(id) {
return true;
}
$deviceDrawArea.onclick = function (e) {
console.log('oo');
};
const d = DEVICE.all[id];
let str = '<html><head>';