#74 supervisor-coordinator comms establish
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
--
|
||||
|
||||
local core = require("graphics.core")
|
||||
local log = require("scada-common.log")
|
||||
local util = require("scada-common.util")
|
||||
|
||||
local element = {}
|
||||
|
||||
@@ -31,9 +29,6 @@ function element.new(args)
|
||||
bounds = { x1 = 1, y1 = 1, x2 = 1, y2 = 1}
|
||||
}
|
||||
|
||||
---@fixme remove debug
|
||||
log.dmesg("new " .. self.elem_type)
|
||||
|
||||
local protected = {
|
||||
window = nil, ---@type table
|
||||
fg_bg = core.graphics.cpair(colors.white, colors.black),
|
||||
|
||||
Reference in New Issue
Block a user