summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-04-28 12:36:36 -0400
committerDwight <dmerriman@gmail.com>2008-04-28 12:36:36 -0400
commit50f7e4dc7a192e879e6d3cc9515428d3efb39aef (patch)
tree745701d1af3922917d69d6971feb379a5c049db7
parent8210548d7f4ca320def5567eed98aacec254bfad (diff)
downloadmongo-50f7e4dc7a192e879e6d3cc9515428d3efb39aef.tar.gz
assert
-rw-r--r--db/query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/query.cpp b/db/query.cpp
index 742d25e0938..6aeb680fdcf 100644
--- a/db/query.cpp
+++ b/db/query.cpp
@@ -464,7 +464,7 @@ inline bool runCommands(const char *ns, JSObj& jsobj, stringstream& ss, BufBuild
Element e;
e = jsobj.firstElement();
- assert(false);
+// assert(false);
if( e.eoo() ) goto done;
if( e.type() == Code ) {