mirror of https://gitee.com/bigwinds/arangodb
Remove debugging output.
This commit is contained in:
parent
35c6a3ffdc
commit
61575e473e
|
@ -811,8 +811,6 @@ void ClusterInfo::loadCurrentCollections (bool acquireLock) {
|
|||
(json, "DBServer", "");
|
||||
if (DBserver != "") {
|
||||
_shardIds.insert(make_pair(shardID, DBserver));
|
||||
cout << "_shardIDs[" << shardID << "] == " << DBserver
|
||||
<< DBserver.size() << endl;
|
||||
}
|
||||
}
|
||||
_collectionsCurrentValid = true;
|
||||
|
|
Loading…
Reference in New Issue