From 417ceaf83db64bdbcce3b721409b21eb6aa97295 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sat, 10 Oct 2020 17:30:02 -0600 Subject: [PATCH] lf_cisco_power.py remove print --- lf_cisco_power.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lf_cisco_power.py b/lf_cisco_power.py index 9b1f90a3..df6c0e90 100755 --- a/lf_cisco_power.py +++ b/lf_cisco_power.py @@ -1078,7 +1078,6 @@ def main(): pfs = "PASS" pfrange = pf_dbm; allowed_per_path = cc_dbmi - print("allowed_per_path {}".format(cc_dbmi)) if (int(_nss) == 1): diff_a1 = calc_ant1 - cc_dbmi if (abs(diff_a1) > pfrange):