Skip to content
Snippets Groups Projects
Commit eaecb043 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Disable remote log

parent 3eeadec0
No related branches found
No related tags found
No related merge requests found
Pipeline #11353 passed
......@@ -57,7 +57,7 @@ Slave::Slave(Universe *net, ftl::Configurable *root) : net_(net), in_log_(false)
// net_->broadcast("new_peer", peer->id());
//});
loguru::add_callback("net_log", netLog, this, loguru::Verbosity_INFO);
//loguru::add_callback("net_log", netLog, this, loguru::Verbosity_INFO);
}
Slave::~Slave() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment