Skip to content

Commit 7baff37

Browse files
committed
remove print statement
1 parent b4a38ec commit 7baff37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/viam/sdk/rpc/server.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ void Server::register_service(grpc::Service* service) {
4646

4747
namespace {
4848
bool deadline_exceeded(const std::chrono::system_clock::time_point& deadline) {
49-
std::cout << "deadline is " << deadline.time_since_epoch().count() << " and now is "
50-
<< std::chrono::system_clock::now().time_since_epoch().count() << "\n\n";
5149
return deadline < std::chrono::system_clock::now(); // deadline is before now
5250
}
5351
} // namespace

0 commit comments

Comments
 (0)