Commit 993b2a2110ea297c70076736c4b3dfcb17d7ee79
1 parent
788bbf5c
Remove extra print in example
Showing
1 changed file
with
1 additions
and
1 deletions
examples/binary_data_publish.cpp
| ... | ... | @@ -42,7 +42,7 @@ int main(int argc, char* argv[]) { |
| 42 | 42 | this_thread::sleep_for( chrono::milliseconds(1000) ); |
| 43 | 43 | |
| 44 | 44 | rdx.publish("test", binary_data); |
| 45 | - cout << "published!" << endl; | |
| 45 | + | |
| 46 | 46 | this_thread::sleep_for( chrono::milliseconds(1000) ); |
| 47 | 47 | |
| 48 | 48 | rdx.disconnect(); | ... | ... |