remove logging and commented code

This commit is contained in:
2023-01-09 09:11:52 -06:00
parent 5ccb3c0828
commit 0d235b5c61
7 changed files with 1 additions and 23 deletions
-2
View File
@@ -26,7 +26,6 @@ exports.ready = function ready(device) {
const networkInterfaces = d.getNetworkInterfaces();
// device.draw();
for (let i = 1; i <= 16; i++) {
for (let j = 0; j < Object.keys(networkInterfaces).length; j++) {
const networkInterfaceID = Object.keys(networkInterfaces)[j];
@@ -117,7 +116,6 @@ exports.update = function update(_device, doc, updateType, updateData) {
$code.textContent = 'RDM';
}
} else {
// console.log('x');
device.draw();
device.update('elementCache');
}