0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Eliot Horowitz 2010-12-20 21:42:01 -05:00
parent 5c0a44409d
commit f2f0570405

View File

@ -122,8 +122,6 @@ namespace mongo {
}
}
log() << cmdObj.toString() << endl;
if ( cmdObj["fsync"].trueValue() ) {
Timer t;
if( !getDur().awaitCommit() ) {