Remove debug code

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4390 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2009-10-15 02:46:16 +00:00
parent 419c3328e3
commit a693594278

View File

@ -746,7 +746,6 @@ sub lpar_netboot {
if ( grep(/^$node$/, @nodelist) ) {
if ( !grep(/^$osname$/, @oslist) ) {
$cmd.= " -i";
print "fortest:2\n";
}
$intable = 1;
last;