1
0
Fork 0

Remove debugging output.

This commit is contained in:
Max Neunhoeffer 2014-01-29 09:29:06 +01:00
parent 35c6a3ffdc
commit 61575e473e
1 changed files with 0 additions and 2 deletions

View File

@ -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;