fixed the shooter crashing when unloaded before zeroed
diff --git a/frc971/control_loops/shooter/shooter.cc b/frc971/control_loops/shooter/shooter.cc
index e664baa..da2aa42 100755
--- a/frc971/control_loops/shooter/shooter.cc
+++ b/frc971/control_loops/shooter/shooter.cc
@@ -397,8 +397,6 @@
             LOG(ERROR, "Estopping because took too long to load.\n");
           }
         }
-      } else if (goal->unload_requested) {
-        Unload();
       }
       brake_piston_ = false;
       break;