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. --- button_unix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'button_unix.go') diff --git a/button_unix.go b/button_unix.go index 7d41b55..4dc185a 100644 --- a/button_unix.go +++ b/button_unix.go @@ -54,7 +54,6 @@ func (b *button) SetText(text string) { func buttonClicked(bwid *C.GtkButton, data C.gpointer) { b := (*button)(unsafe.Pointer(data)) b.clicked.fire() - println("button clicked") } func (b *button) widget() *C.GtkWidget { -- cgit v1.2.3