summaryrefslogtreecommitdiff
path: root/db/db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/db.cpp')
-rw-r--r--db/db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.cpp b/db/db.cpp
index f210e3f1b16..a913c84411a 100644
--- a/db/db.cpp
+++ b/db/db.cpp
@@ -351,7 +351,7 @@ namespace mongo {
Client::GodScope gs;
log(1) << "enter repairDatabases" << endl;
- assert(checkNsFilesOnLoad);
+// assert(checkNsFilesOnLoad);
checkNsFilesOnLoad = false; // we are mainly just checking the header - don't scan the whole .ns file for every db here.
dblock lk;