1
0
Fork 0

removing debug output

This commit is contained in:
Kaveh Vahedipour 2016-05-03 13:58:51 +02:00
parent bc6edb856c
commit 0f1e961f2d
2 changed files with 2 additions and 2 deletions

View File

@ -351,6 +351,8 @@ struct AgencyCommResult {
//////////////////////////////////////////////////////////////////////////////
bool parse(std::string const&, bool);
bool parse(std::string const&);
public:
std::string _location;

View File

@ -535,8 +535,6 @@ bool HeartbeatThread::handlePlanChangeCoordinator(uint64_t currentPlanVersion) {
std::string const name = options.value.get("name").copyString();
TRI_voc_tick_t id = 0;
LOG(INFO) << options.value.toJson();
if (options.value.hasKey("id")) {
VPackSlice const v = options.value.get("id");
if (v.isString()) {