summaryrefslogtreecommitdiff
path: root/jstests/sharding/remove2.js
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2016-02-19 16:01:55 -0500
committerRandolph Tan <randolph@10gen.com>2016-02-22 17:01:56 -0500
commitf8dda5860d94b91e236dc30d9e2622168dc4591d (patch)
treee8dda09fa8b4c9e97f047e965a2c6b4aef0bfb55 /jstests/sharding/remove2.js
parentd8ee6353312a5639ae56454be62066d602eff818 (diff)
downloadmongo-f8dda5860d94b91e236dc30d9e2622168dc4591d.tar.gz
SERVER-22765 Remove unnecessary logging in sharding tests when running on continuous stepdown suite
Diffstat (limited to 'jstests/sharding/remove2.js')
-rw-r--r--jstests/sharding/remove2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/remove2.js b/jstests/sharding/remove2.js
index 76d02df38b9..08af78404dd 100644
--- a/jstests/sharding/remove2.js
+++ b/jstests/sharding/remove2.js
@@ -122,7 +122,7 @@ assert.soon( function() {
assert.eq( 300, coll.find().itcount() );
-st.admin.printShardingStatus();
+st.printShardingStatus();
// Remove shard and add it back in, without shutting it down.
jsTestLog( "Attempting to remove shard and add it back in" );