2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-06 18:28:16 +00:00

Comment out problematic trace call

The library is rarely available, do not incur
it as a requirement.
This commit is contained in:
Jarrod Johnson
2019-12-04 14:15:39 -05:00
parent 9786c542f1
commit f7becef99e

View File

@@ -7,7 +7,7 @@ BEGIN
$::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : '/opt/xcat';
if (defined $ENV{ENABLE_TRACE_CODE}) {
use xCAT::Enabletrace qw(loadtrace filter);
#use xCAT::Enabletrace qw(loadtrace filter);
loadtrace();
}