Skip to content

Commit de6631a

Browse files
committed
Removed debug output
1 parent 217416b commit de6631a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cuckoo_time_translator/test/TestDeviceTimeTranslatorNode.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ void changeAlgorithm(FilterAlgorithm fa){
5757
filterAlgoParam.value = static_cast<int>(fa);
5858
conf.ints.push_back(filterAlgoParam);
5959

60-
auto ret = ros::service::call("/device_time/set_parameters", srv_req, srv_resp);
61-
std::cout << "ret=" << ret << std::endl; // XXX: debug output of ret
60+
ros::service::call("/device_time/set_parameters", srv_req, srv_resp);
6261
}
6362

6463

0 commit comments

Comments
 (0)