From 3e493c13e190e9796fab5816accc66c4e97088a0 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
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()
-- 
GitLab