Skip to content

Commit b9ad8c0

Browse files
committed
*: delete some debug leftovers
Signed-off-by: Javi Fontan <[email protected]>
1 parent 1ee2440 commit b9ad8c0

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

repository_pool_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ func TestRepositoryPoolSiva(t *testing.T) {
208208
return nil
209209
}))
210210

211-
println("i", i, repo.ID(), result[id])
212-
213211
i++
214212
}
215213

squash_iterator_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,20 +765,17 @@ func chainableIterRows(t *testing.T, ctx *sql.Context, iter ChainableIter) []sql
765765

766766
func setupIter(t *testing.T) (*sql.Context, func()) {
767767
t.Helper()
768-
println("should not be bad repo")
769768
return setupIterWithErrors(t, false, false)
770769
}
771770

772771
func setupIterWithErrors(t *testing.T, badRepo bool, skipErrors bool) (*sql.Context, func()) {
773-
println("setupIterWithErrors")
774772
t.Helper()
775773
require := require.New(t)
776774

777775
lib, pool, err := newMultiPool()
778776
require.NoError(err)
779777

780778
if badRepo {
781-
println("bad repo", badRepo)
782779
// TODO: add repo with errors
783780
loc, err := plain.NewLocation(borges.LocationID("bad"), osfs.New("/does/not/exist"), nil)
784781
require.NoError(err)

0 commit comments

Comments
 (0)