Remove some debug statements from FRU manipulation code

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2216 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-09-20 00:06:25 +00:00
parent 3750da296b
commit 3c3c75d237

View File

@ -2176,8 +2176,6 @@ sub formfru {
}
$bytes[7] = dochksum([@bytes[0..6]]);
if ($frusize<0) {
print "Uhoh $frusize\n";
print phex(\@bytes);
return undef;
} else {
return \@bytes;
@ -2707,9 +2705,6 @@ sub writefru {
unless ($newfru) {
return (1,"FRU data will not fit in BMC FRU space, fields too long");
}
print phex(\@bytes);
print "\n****************************\n";
print phex($newfru);
my $rc;
my $text;
($rc,$text) = fruwrite(0,$newfru,8);