Quiet down profiled subsystem

Change-Id: I1a723aa561e1329535e3567bb2be38f5a7cb2bc3
diff --git a/y2017/control_loops/superstructure/hood/hood.h b/y2017/control_loops/superstructure/hood/hood.h
index 7778152..8284e6e 100644
--- a/y2017/control_loops/superstructure/hood/hood.h
+++ b/y2017/control_loops/superstructure/hood/hood.h
@@ -21,7 +21,8 @@
   IndexPulseProfiledSubsystem();
 
  private:
-  void CapGoal(const char *name, Eigen::Matrix<double, 3, 1> *goal) override;
+  void CapGoal(const char *name, Eigen::Matrix<double, 3, 1> *goal,
+               bool print) override;
 };
 
 class Hood {