Commit 993b2a2110ea297c70076736c4b3dfcb17d7ee79

Authored by Hayk
1 parent 788bbf5c

Remove extra print in example

examples/binary_data_publish.cpp
@@ -42,7 +42,7 @@ int main(int argc, char* argv[]) { @@ -42,7 +42,7 @@ int main(int argc, char* argv[]) {
42 this_thread::sleep_for( chrono::milliseconds(1000) ); 42 this_thread::sleep_for( chrono::milliseconds(1000) );
43 43
44 rdx.publish("test", binary_data); 44 rdx.publish("test", binary_data);
45 - cout << "published!" << endl; 45 +
46 this_thread::sleep_for( chrono::milliseconds(1000) ); 46 this_thread::sleep_for( chrono::milliseconds(1000) );
47 47
48 rdx.disconnect(); 48 rdx.disconnect();