1
0
Fork 0

more pedantic code check

This commit is contained in:
Kaveh Vahedipour 2016-05-18 17:01:21 +02:00
parent 9db006b25c
commit 7a010902d9
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ bool Supervision::doChecks(bool timedout) {
_snapshot = _agent->readDB().get("/");
LOG_TOPIC(DEBUG, Logger::AGENCY) << "Sanity checks";
std::vector<check_t> ret = checkDBServers();
/*std::vector<check_t> ret = */checkDBServers();
return true;
}