put logging back

This commit is contained in:
Eliot Horowitz
2009-01-29 13:53:19 -05:00
parent 0bfebe3431
commit fc4ce49781

View File

@@ -78,7 +78,6 @@ public:
break;
assert( len < BUF_SIZE );
try {
BSONObj o = fromjson( line );
@@ -86,7 +85,7 @@ public:
}
catch ( MsgAssertionException ma ){
cout << "exception:" << ma.toString() << endl;
//cout << line << endl;
cout << line << endl;
}
if ( ++num % 10000 == 0 ){