Skip to content

Commit

Permalink
removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
psiorx committed Mar 18, 2016
1 parent d143ee6 commit d6fb198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drake/examples/Quadrotor/QuadrotorOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ bool encode(const double& t, const QuadrotorOutput<double> & x, drake::lcmt_quad
lcm_magnetometer = x.magnetometer;
lcm_lidar = x.lidar_returns;
msg.rangefinder = x.rangefinder;
std::cout << msg.rangefinder << std::endl;
return true;
}

Expand Down

0 comments on commit d6fb198

Please sign in to comment.