summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-18 11:27:07 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-18 11:27:07 -0500
commit00f58bd87ac5d43182883a65f681bbd478a02569 (patch)
tree7ffbef2d9411a219f7dc10ff2527ee39ba365a5e /client
parent7bca09b9f9303258418c5add1401b85d027a44e4 (diff)
downloadmongo-00f58bd87ac5d43182883a65f681bbd478a02569.tar.gz
spam
Diffstat (limited to 'client')
-rw-r--r--client/gridfs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/gridfs.cpp b/client/gridfs.cpp
index 3aa94e766ca..c0f27a0c309 100644
--- a/client/gridfs.cpp
+++ b/client/gridfs.cpp
@@ -85,8 +85,6 @@ namespace mongo {
if ( ! _client.runCommand( _dbName.c_str() , BSON( "filemd5" << id ) , res ) )
throw UserException( "filemd5 failed" );
- log() << "res : " << res << endl;
-
fileObject.appendAs( res["md5"] , "md5" );
BSONObj real = fileObject.obj();