Index: trunk/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 35793)
+++ trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 35827)
@@ -850,4 +850,8 @@
     my ($stage, $stage_id, $component, $fault) = @_;
 
+    # Stop faulting components. With the death of magic the likelyhood that something is truly gone
+    # forever is much smaller. The false alarm rate is far too high
+    return;
+
     my $command;
     if ($stage eq 'chip') {
