summaryrefslogtreecommitdiff
path: root/jstests/sharding/printShardingStatus.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/printShardingStatus.js')
-rw-r--r--jstests/sharding/printShardingStatus.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/sharding/printShardingStatus.js b/jstests/sharding/printShardingStatus.js
index 15fc549050e..25009589e67 100644
--- a/jstests/sharding/printShardingStatus.js
+++ b/jstests/sharding/printShardingStatus.js
@@ -88,7 +88,6 @@
// Take a copy of the config db, in order to test the harder-to-setup cases below.
// Copy into a standalone to also test running printShardingStatus() against a config dump.
- // TODO: Replace this manual copy with copydb once SERVER-13080 is fixed.
var config = mongos.getDB("config");
var configCopy = standalone.getDB("configCopy");
config.getCollectionInfos().forEach(function(c) {