comment out the debug messages
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13646 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
30c719679b
commit
49340ac37d
@ -1545,7 +1545,7 @@ sub updatenode
|
||||
# finish clean up the tarred postscript file
|
||||
if (-e "$postscripts.tgz") {
|
||||
|
||||
my $cmd="rm $postscripts.tgz"; print "cmd:$cmd\n";
|
||||
my $cmd="rm $postscripts.tgz"; #print "cmd:$cmd\n";
|
||||
xCAT::Utils->runcmd($cmd, 0);
|
||||
my $rsp = {};
|
||||
if ($::RUNCMD_RC != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user