Skip to content

Commit

Permalink
remove surplus prints
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 25, 2025
1 parent ddb430c commit 1d807db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gtsam/hybrid/HybridSmoother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ void HybridSmoother::update(const HybridGaussianFactorGraph &graph,
ordering = *given_ordering;
}

// graph.print("Original GRAPH");
// GTSAM_PRINT(updatedGraph);
// GTSAM_PRINT(hybridBayesNet_);
// GTSAM_PRINT(ordering);

// Eliminate.
HybridBayesNet bayesNetFragment = *updatedGraph.eliminateSequential(ordering);

Expand Down

0 comments on commit 1d807db

Please sign in to comment.