diff options
Diffstat (limited to 'jstests/replsets/groupAndMapReduce.js')
-rw-r--r-- | jstests/replsets/groupAndMapReduce.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/replsets/groupAndMapReduce.js b/jstests/replsets/groupAndMapReduce.js index 6dfbe3047fc..cb63de5cf6d 100644 --- a/jstests/replsets/groupAndMapReduce.js +++ b/jstests/replsets/groupAndMapReduce.js @@ -1,7 +1,6 @@ load("jstests/replsets/rslib.js"); doTest = function(signal) { - // Test basic replica set functionality. // -- Replication // -- Failover @@ -83,7 +82,6 @@ doTest = function(signal) { } catch (e) { print("Received exception: " + e); } - }); // Shut down the set and finish the test. |