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_darwin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'button_darwin.go') diff --git a/button_darwin.go b/button_darwin.go index 9444da4..0716365 100644 --- a/button_darwin.go +++ b/button_darwin.go @@ -44,7 +44,6 @@ func (b *button) SetText(text string) { func buttonClicked(xb unsafe.Pointer) { b := (*button)(unsafe.Pointer(xb)) b.clicked.fire() - println("button clicked") } func (b *button) id() C.id { -- cgit v1.2.3