mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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
|
||||
)
|
||||
|
||||
println("-- start --")
|
||||
defer println("-- end --")
|
||||
src, _ := NewImage(srcw, srch, FilterDefault)
|
||||
dst, _ := NewImage(dstw, dsth, FilterDefault)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user