Commit 37b1c2dc authored by Dominik Charousset's avatar Dominik Charousset

Remove debug output

parent 1dba5cd5
......@@ -335,12 +335,10 @@ CAF_TEST(request) {
bool int_handler_called = false;
s->request(foi, infinite, f_atom::value).receive(
[&](int) {
printf("******* %s %d\n", __FILE__, __LINE__);
CAF_ERROR("int handler called");
int_handler_called = true;
},
[&](const error&) {
printf("******* %s %d\n", __FILE__, __LINE__);
CAF_MESSAGE("error received");
error_handler_called = true;
}
......
......@@ -437,7 +437,6 @@ basp_broker::basp_broker(actor_config& cfg)
behavior basp_broker::make_behavior() {
CAF_LOG_TRACE("");
if (system().middleman().enable_automatic_connections()) {
printf("enable automatic connections\n");
CAF_LOG_INFO("enable automatic connections");
// open a random port and store a record for our peers how to
// connect to this broker directly in the configuration server
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment