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&);
|
||||
|
||||
|
||||
public:
|
||||
std::string _location;
|
||||
|
|
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue