mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-06 02:08:25 +00:00
Comment out problematic trace call
The library is rarely available, do not incur it as a requirement.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user