From 3ea1e0978060a145df12ba264590885fc92baad2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 2 Sep 2014 09:05:34 -0400 Subject: Removed some debugging spiel. --- area_unix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'area_unix.go') diff --git a/area_unix.go b/area_unix.go index 3c88f52..7b1d1ce 100644 --- a/area_unix.go +++ b/area_unix.go @@ -111,7 +111,6 @@ func (a *area) Repaint(r image.Rectangle) { if r.Empty() { return } -println(a._widget, C.gint(r.Min.X), C.gint(r.Min.Y), C.gint(r.Dx()), C.gint(r.Dy())) C.gtk_widget_queue_draw_area(a._widget, C.gint(r.Min.X), C.gint(r.Min.Y), C.gint(r.Dx()), C.gint(r.Dy())) } -- cgit v1.2.3