0
0
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:
dwight 2011-01-12 16:18:46 -05:00
parent b4094b20bb
commit b9e92de6d7

View File

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