summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/indexbg2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/indexbg2.js')
-rw-r--r--jstests/noPassthrough/indexbg2.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthrough/indexbg2.js b/jstests/noPassthrough/indexbg2.js
index 0b5edc79aa2..fcdac89956d 100644
--- a/jstests/noPassthrough/indexbg2.js
+++ b/jstests/noPassthrough/indexbg2.js
@@ -49,9 +49,7 @@ doTest = function(dropDups) {
// wait for indexing to start
assert.soon(function() { return 2 == db.system.indexes.count({ ns: "test." + baseName }) }, "no index created", 30000, 50);
t.save({ i: 0, n: true });
- //printjson(db.getLastError());
t.save({ i: size - 1, n: true });
- //printjson(db.getLastError());
} catch (e) {
// only a failure if we're still indexing
// wait for parallel status to update to reflect indexing status