0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
This commit is contained in:
Eliot Horowitz 2008-02-05 17:33:52 -05:00
parent 7ab80ff396
commit dfd1aaafb8

View File

@ -134,7 +134,6 @@ void receivedUpdate(Message& m) {
JSObj query = d.nextJsObj();
assert( d.moreJSObjs() );
assert( query.objsize() < m.data->dataLen() );
cout << query.toString() << endl;
JSObj toupdate = d.nextJsObj();
assert( toupdate.objsize() < m.data->dataLen() );