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:
jjhua 2012-08-30 01:56:59 +00:00
parent 30c719679b
commit 49340ac37d

View File

@ -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)