1
0
Fork 0

expanding agent pool

This commit is contained in:
Kaveh Vahedipour 2017-05-03 17:51:06 +02:00
parent 0218607819
commit 1b85142c56
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ read_ret_t Agent::read(query_t const& query) {
return read_ret_t(false, NO_LEADER);
}
LOG_TOPIC(WARN, Logger::AGENCY) << _state;
//LOG_TOPIC(WARN, Logger::AGENCY) << _state;
// Retrieve data from readDB
auto result = std::make_shared<arangodb::velocypack::Builder>();