Skip to content

Commit 9b18534

Browse files
remove "debug" output
1 parent 1212f7c commit 9b18534

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ int main(int argc, char **argv) {
212212
exit(EX_SOFTWARE);
213213
}
214214

215-
// print timeouts
216-
std::cerr << " Byte timeout: " << slave->get_byte_timeout() << "s" << std::endl;
217-
std::cerr << "Response timeout: " << slave->get_response_timeout() << "s" << std::endl;
218-
219215
// connection loop
220216
do {
221217
// connect client

0 commit comments

Comments
 (0)