mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
elim this line for 175
This commit is contained in:
parent
b4094b20bb
commit
b9e92de6d7
@ -835,7 +835,7 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
if( params.count("dur") ) {
|
||||
cmdLine.dur = true;
|
||||
log() << "***** WARNING --dur should not be used yet except for testing" << endl;
|
||||
// log() << "***** WARNING --dur should not be used yet except for testing" << endl;
|
||||
}
|
||||
if (params.count("durOptions")) {
|
||||
cmdLine.durOptions = params["durOptions"].as<int>();
|
||||
|
Loading…
Reference in New Issue
Block a user