aboutsummaryrefslogtreecommitdiff
path: root/tx_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tx_test.go')
-rw-r--r--tx_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tx_test.go b/tx_test.go
index 16416c1..4a6c329 100644
--- a/tx_test.go
+++ b/tx_test.go
@@ -436,7 +436,6 @@ func TestTxCursorIterate(t *testing.T) {
assert.Equal(t, len(items), index)
tx.Rollback()
})
- fmt.Fprint(os.Stderr, ".")
return true
}
if err := quick.Check(f, qconfig()); err != nil {
@@ -477,7 +476,6 @@ func TestTxCursorIterateReverse(t *testing.T) {
assert.Equal(t, len(items), index)
tx.Rollback()
})
- fmt.Fprint(os.Stderr, ".")
return true
}
if err := quick.Check(f, qconfig()); err != nil {