graphics: Remove println

This commit is contained in:
Hajime Hoshi 2019-07-15 03:12:43 +09:00
parent 801e0c4d47
commit 66b00c6f87

View File

@ -1688,8 +1688,6 @@ func TestImageFillingAndEdges(t *testing.T) {
dstw, dsth = 256, 16 dstw, dsth = 256, 16
) )
println("-- start --")
defer println("-- end --")
src, _ := NewImage(srcw, srch, FilterDefault) src, _ := NewImage(srcw, srch, FilterDefault)
dst, _ := NewImage(dstw, dsth, FilterDefault) dst, _ := NewImage(dstw, dsth, FilterDefault)