mirror of https://gitee.com/bigwinds/arangodb
removing debug output
This commit is contained in:
parent
bc6edb856c
commit
0f1e961f2d
|
@ -351,6 +351,8 @@ struct AgencyCommResult {
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
bool parse(std::string const&, bool);
|
bool parse(std::string const&, bool);
|
||||||
|
bool parse(std::string const&);
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
std::string _location;
|
std::string _location;
|
||||||
|
|
|
@ -535,8 +535,6 @@ bool HeartbeatThread::handlePlanChangeCoordinator(uint64_t currentPlanVersion) {
|
||||||
std::string const name = options.value.get("name").copyString();
|
std::string const name = options.value.get("name").copyString();
|
||||||
TRI_voc_tick_t id = 0;
|
TRI_voc_tick_t id = 0;
|
||||||
|
|
||||||
LOG(INFO) << options.value.toJson();
|
|
||||||
|
|
||||||
if (options.value.hasKey("id")) {
|
if (options.value.hasKey("id")) {
|
||||||
VPackSlice const v = options.value.get("id");
|
VPackSlice const v = options.value.get("id");
|
||||||
if (v.isString()) {
|
if (v.isString()) {
|
||||||
|
|
Loading…
Reference in New Issue