Skip to content

Commit

Permalink
Removed unnecessary debug message that spams logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Jun 27, 2016
1 parent e9dd7b7 commit 2e648d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/acomms/modemdriver/iridium_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ void goby::acomms::IridiumDriver::do_work()

if(on_call)
{
glog.is(DEBUG2) && glog << on_call->last_tx_time() << std::endl;
if(!on_call->bye_sent() &&
now > (on_call->last_tx_time() + driver_cfg_.GetExtension(IridiumDriverConfig::handshake_hangup_seconds)))
{
Expand Down

0 comments on commit 2e648d9

Please sign in to comment.