From 49340ac37d8d175e70284e251329917e2f3eff63 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 30 Aug 2012 01:56:59 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/updatenode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index 194513e2d..84f21b2fc 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -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)