Index: trunk/ippScripts/scripts/ipp_cleanup.pl
===================================================================
--- trunk/ippScripts/scripts/ipp_cleanup.pl	(revision 31923)
+++ trunk/ippScripts/scripts/ipp_cleanup.pl	(revision 33246)
@@ -218,4 +218,6 @@
             $command .= " -dbname $dbname" if defined $dbname;
 
+if (0) {
+        # XXX Don't set components to error cleaned anymore
             my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
                     run(command => $command, verbose => $verbose);
@@ -224,4 +226,5 @@
                 &my_die("Unable to perform chiptool: $error_code", "chip", $stage_id, $error_code);
             }
+}
 
             # We want to flag the run as well, to avoid attempting to reprocess the same data over and over again.
