diff --git a/scenes/pribor-uyep/sch3-view.gd b/scenes/pribor-uyep/sch3-view.gd index 665e6a65..59891f3e 100644 --- a/scenes/pribor-uyep/sch3-view.gd +++ b/scenes/pribor-uyep/sch3-view.gd @@ -64,7 +64,6 @@ func on_toggled_switch(val: bool, meta: Array, unit_sch3): regs_holding[on_addr] = tools.set_bit(regs_holding[on_addr], on_bit, val) regs_holding[off_addr] = tools.set_bit(regs_holding[off_addr], off_bit, not val) unit_sch3.push_write_holding(regs_holding) - print_debug(regs_holding) func _enter_tree() -> void: