diff --git a/gtsam_unstable/slam/BetweenFactorEM.h b/gtsam_unstable/slam/BetweenFactorEM.h index 9eb253f22..e87f69a23 100644 --- a/gtsam_unstable/slam/BetweenFactorEM.h +++ b/gtsam_unstable/slam/BetweenFactorEM.h @@ -257,7 +257,7 @@ namespace gtsam { /* ************************************************************************* */ gtsam::Vector unwhitenedError(const gtsam::Values& x) const { - bool debug = true; +// bool debug = true; const T& p1 = x.at(key1_); const T& p2 = x.at(key2_);