Turn off debug in netget.plt

This commit is contained in:
Andrew Johnson
2021-03-22 15:10:31 -05:00
parent e3d04e9cd8
commit cbab8daae0

View File

@@ -12,7 +12,7 @@ use Test::More tests => 3;
use EPICS::IOC;
# Set to 1 to echo all IOC and client communications
my $debug = 1;
my $debug = 0;
$ENV{HARNESS_ACTIVE} = 1 if scalar @ARGV && shift eq '-tap';