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:
parent
2fbb9ff889
commit
4ef7ea1b95
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user