Skip to content

Commit

Permalink
removed default print when checking RPC connection
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterJansen committed Jul 8, 2024
1 parent a76665c commit 5ac5b35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions AirLib/src/api/RpcLibClientBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ __pragma(warning(disable : 4239))
std::cerr << std::endl
<< "AirSim client is of older version and not supported by this server. Please upgrade!" << std::endl;
}
else
std::cout << std::endl
<< ver_info << std::endl;
}

bool RpcLibClientBase::armDisarm(bool arm, const std::string& vehicle_name)
Expand Down

0 comments on commit 5ac5b35

Please sign in to comment.