From 4252f0eb51557c0e4f13ccb369a40c43be735fbd Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Wed, 18 Jul 2018 15:17:28 -0700 Subject: [PATCH] firemod: Quieten debugging output. --- lf_firemod.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lf_firemod.pl b/lf_firemod.pl index db8d6cd5..c6606858 100755 --- a/lf_firemod.pl +++ b/lf_firemod.pl @@ -612,7 +612,7 @@ if (grep {$_ eq $::action} split(',', "show_endp,set_endp,create_endp,create_arm # Assume Layer-3 for now $cmd = $::utils->fmt_cmd("add_endp", $endp_name, NA, NA, NA, NA, NA, NA, $speed, $max_speed); - print("cmd: $cmd\n"); + #print("cmd: $cmd\n"); $::utils->doCmd($cmd); } }