From 3c3c75d237e51e27a34fa2df93b24b533cf7245e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 20 Sep 2008 00:06:25 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/ipmi.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index fc7fa3481..59bd0a2d1 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -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);