lib/mongodb: clean MongoCollection::find nitunit output
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 11 Jun 2015 01:38:49 +0000 (21:38 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 11 Jun 2015 02:01:48 +0000 (22:01 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/mongodb/mongodb.nit

index 4a0718f..1118741 100644 (file)
@@ -531,8 +531,6 @@ class MongoCollection
        # var query = new JsonObject
        # query["foo"] = 10
        # var doc = col.find(query)
-       # print doc or else "nullllllllllllllllll"
-       # print doc.to_json
        # assert doc["foo"] == 10
        # ~~~
        fun find(query: JsonObject): nullable JsonObject do