From d214312c067a5875474f2d2062bcd7203bae5273 Mon Sep 17 00:00:00 2001 From: faiface Date: Fri, 21 Apr 2017 23:10:02 +0200 Subject: [PATCH] remove debug print --- pixelgl/canvas.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pixelgl/canvas.go b/pixelgl/canvas.go index 7cd0ea4..1e76b77 100644 --- a/pixelgl/canvas.go +++ b/pixelgl/canvas.go @@ -281,7 +281,6 @@ func (ct *canvasTriangles) draw(tex *glhf.Texture, bounds pixel.Rect) { ct.vs.Begin() ct.vs.Draw() - fmt.Println(ct.vs.VertexData()) ct.vs.End() tex.End()