From e3d30148a34219bfa55c68bb8ac602ae69d712ed Mon Sep 17 00:00:00 2001
From: "Carlo A. Nicolau" <cnicolau@km3net.de>
Date: Fri, 10 Dec 2021 16:05:16 +0100
Subject: [PATCH] fix

---
 host/python/console/jsendcommand.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/host/python/console/jsendcommand.py b/host/python/console/jsendcommand.py
index 439d45f..0caf324 100755
--- a/host/python/console/jsendcommand.py
+++ b/host/python/console/jsendcommand.py
@@ -23,10 +23,6 @@ CLB_IPADDR = '172.21.1.221'
 
 JSCRIPTFMT = './execute.sh BPSCmd {} [REQCODE] [RESPCODE] [RESPLEN] [REQPAYLOAD]'.format(CLB_IPADDR)
 
-
-channel2current_MON_5V_I = analogvariables.convert_chn2meas_PWB_I
-
-
 def ask_confirm():
     answer = ""
     while answer not in ["y", "n"]:
-- 
GitLab