diff --git a/host/python/console/jsendcommand.py b/host/python/console/jsendcommand.py
index 439d45fb44a69fc5397921382f6768afe214d96e..0caf32409685bdde31a75f0057dec4d64ca09c6d 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"]: