Skip to content

Commit

Permalink
Removing a debug log I forgot about
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLocus committed Apr 18, 2024
1 parent 220ed22 commit bcd9647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fuse_optimizers/src/fixed_lag_smoother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ void FixedLagSmoother::transactionCallback(
// ...check if we should
if (sensor_models_.at(sensor_name).ignition)
{
ROS_INFO_STREAM("Ignition occured");
started_ = true;
ignited_ = true;
start_time = position->minStamp();
Expand Down

0 comments on commit bcd9647

Please sign in to comment.