0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

removed log message

This commit is contained in:
Kristina 2011-07-13 16:35:46 -04:00
parent 2fbb9ff889
commit 4ef7ea1b95

View File

@ -69,7 +69,6 @@ namespace mongo {
BSONObj asBson() const;
bool potentiallyHot() const { return !arbiterOnly && priority > 0; }
void updateGroups(const OpTime& last) {
log(5) << h.toString() << " updating to " << last.toString() << endl;
for (set<TagSubgroup*>::iterator it = groups.begin(); it != groups.end(); it++) {
((TagSubgroup*)(*it))->updateLast(last);
}