Removed console method print to STDOUT - Line #191

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@976 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-04-04 12:59:36 +00:00
parent 62f8a82591
commit 127136dc67

View File

@ -188,7 +188,7 @@ sub donodeent {
push @$content,"console $node {\n";
#if ($cfgent->{cons}
my $cmeth=$cfgent->{cons};
print $cmeth."\n";
#print $cmeth."\n";
if (grep(/^$cmeth$/,@cservers)) {
push @$content," include ".$cfgent->{termserver}.";\n";
push @$content," port ".$cfgent->{termport}.";\n";