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 ) {