Index: trunk/ippScripts/scripts/dist_component.pl
===================================================================
--- trunk/ippScripts/scripts/dist_component.pl	(revision 23440)
+++ trunk/ippScripts/scripts/dist_component.pl	(revision 23441)
@@ -43,5 +43,5 @@
 
 GetOptions(
-           'dist_id=s'  => \$dist_id,# Magic destreak run identifier
+           'dist_id=s'      => \$dist_id,    # distribution run identifier
            'camera=s'       => \$camera,     # camera for evaluating file rules
            'stage=s'        => \$stage,      # raw, chip, warp, or diff
@@ -52,5 +52,5 @@
            'state=s'        => \$run_state,  # state of the run
            'data_state=s'   => \$data_state, # data_state for this component
-           'magicked=s'     => \$magicked,   # data_state for this component
+           'magicked'       => \$magicked,   # magicked state for this component
            'outroot=s'      => \$outroot,    # "directory" for outputs
            'clean'          => \$clean,      # create clean distribution
@@ -138,8 +138,4 @@
 
     # Here is where we determine whether or not a GPC1 image can be released.
-
-    if ($magicked and ($magicked eq "F")) {
-        $magicked = 0;
-    }
 
     if ($camera eq "GPC1" and !$magicked) {
