graphics: Remove println

This commit is contained in:
Hajime Hoshi 2019-09-29 01:17:00 +09:00
parent df9458510d
commit 706628d0c4

View File

@ -41,7 +41,6 @@ func (v *verticesBackend) slice(n int, last bool) []float32 {
l *= 2 l *= 2
} }
v.backend = make([]float32, l) v.backend = make([]float32, l)
println(l)
v.head = 0 v.head = 0
} }