From 50f7e4dc7a192e879e6d3cc9515428d3efb39aef Mon Sep 17 00:00:00 2001 From: Dwight Date: Mon, 28 Apr 2008 12:36:36 -0400 Subject: [PATCH] assert --- db/query.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {