From f31ba8ae73223c39f65510a05e4a737d0822bdf0 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Mon, 9 Jan 2023 19:23:28 -0500 Subject: [PATCH] remove old debug --- src/view.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/view.js b/src/view.js index 3b3c3ab..100395b 100644 --- a/src/view.js +++ b/src/view.js @@ -19,10 +19,6 @@ function drawDeviceFrame(id) { return true; } - $deviceDrawArea.onclick = function (e) { - console.log('oo'); - }; - const d = DEVICE.all[id]; let str = '';