summaryrefslogtreecommitdiff
path: root/jstests/sharding/bouncing_count.js
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2016-09-21 18:12:51 -0400
committerSpencer T Brody <spencer@mongodb.com>2016-09-22 15:52:34 -0400
commitff3384c5e07cc0e66ad272cc7cdf2d0125490df1 (patch)
tree6df47bf7e28d27ab914f009fbdf417df3d989a05 /jstests/sharding/bouncing_count.js
parent0a23acfda08840db5599d715493cf20ab80b0e89 (diff)
downloadmongo-ff3384c5e07cc0e66ad272cc7cdf2d0125490df1.tar.gz
SERVER-26231 Remove printShardingStatus call from bouncing_count.js
Diffstat (limited to 'jstests/sharding/bouncing_count.js')
-rw-r--r--jstests/sharding/bouncing_count.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/sharding/bouncing_count.js b/jstests/sharding/bouncing_count.js
index 62ff26c08a7..f00218f5dfb 100644
--- a/jstests/sharding/bouncing_count.js
+++ b/jstests/sharding/bouncing_count.js
@@ -45,8 +45,6 @@
// Make sure mongos A is up-to-date
mongosA.getDB("admin").runCommand({flushRouterConfig: 1});
- st.printShardingStatus(true);
-
jsTestLog("Running count!");
printjson(collB.count());