Turn off debug in netget.plt

This commit is contained in:
Andrew Johnson
2021-03-22 15:10:31 -05:00
committed by Dirk Zimoch
parent d606155f17
commit 387481799b

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';