summaryrefslogtreecommitdiff
path: root/jstests/auth/repl_auth.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/repl_auth.js')
-rw-r--r--jstests/auth/repl_auth.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/auth/repl_auth.js b/jstests/auth/repl_auth.js
index fea8f227366..17a6e13bd4b 100644
--- a/jstests/auth/repl_auth.js
+++ b/jstests/auth/repl_auth.js
@@ -65,8 +65,4 @@ for (var x = 0; x < 20; x++) {
assert.eq(1, explain.executionStats.nReturned);
}
-admin.logout();
-fooDB0.logout();
-barDB1.logout();
-
rsTest.stopSet();