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_windows.go | 1 - 1 file changed, 1 deletion(-) (limited to 'button_windows.go') diff --git a/button_windows.go b/button_windows.go index ac2b9b7..2634935 100644 --- a/button_windows.go +++ b/button_windows.go @@ -47,7 +47,6 @@ func (b *button) SetText(text string) { func buttonClicked(data unsafe.Pointer) { b := (*button)(data) b.clicked.fire() - println("button clicked") } func (b *button) hwnd() C.HWND { -- cgit v1.2.3