From a6935942784f9c9d9997a03e5348b8291f227241 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 15 Oct 2009 02:46:16 +0000 Subject: [PATCH] Remove debug code git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4390 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCcli.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index 3fb848cab..3ab6731ef 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -746,7 +746,6 @@ sub lpar_netboot { if ( grep(/^$node$/, @nodelist) ) { if ( !grep(/^$osname$/, @oslist) ) { $cmd.= " -i"; -print "fortest:2\n"; } $intable = 1; last;