mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 10:42:42 +01:00
graphics: Remove println
This commit is contained in:
parent
801e0c4d47
commit
66b00c6f87
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user