From fc4ce49781404735fe4d04575fe91aaeee88b6e9 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Thu, 29 Jan 2009 13:53:19 -0500 Subject: [PATCH] put logging back --- tools/importJSON.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/importJSON.cpp b/tools/importJSON.cpp index 42138a488dc..d9b3e171cf6 100644 --- a/tools/importJSON.cpp +++ b/tools/importJSON.cpp @@ -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 ){