diff options
author | Aaron <aaron@10gen.com> | 2009-02-10 11:24:10 -0500 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-02-10 11:24:10 -0500 |
commit | e66877f86a845c25379d28c36d26ad50459e00f8 (patch) | |
tree | 7395b5f8e9c29c47b26a7b39281346da0c1dc60c | |
parent | ae69ee27a3d85e26f667eba22e5e17f3e4d90a08 (diff) | |
download | mongo-e66877f86a845c25379d28c36d26ad50459e00f8.tar.gz |
Remove logging
-rw-r--r-- | dbtests/jsobjtests.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbtests/jsobjtests.cpp b/dbtests/jsobjtests.cpp index 5e201c8de4b..e6f17de1c85 100644 --- a/dbtests/jsobjtests.cpp +++ b/dbtests/jsobjtests.cpp @@ -446,8 +446,6 @@ namespace JsobjTests { class LabelBase { public: void run() { - cout << expected().toString() << endl; - cout << actual().toString() << endl; ASSERT( !expected().woCompare( actual() ) ); } protected: |