diff options
| author | Pietro Gagliardi <[email protected]> | 2014-09-02 09:05:34 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-09-02 09:05:34 -0400 |
| commit | 3ea1e0978060a145df12ba264590885fc92baad2 (patch) | |
| tree | a2af80ac3484592b569688e777862b2ebd4c1ce2 /button_windows.go | |
| parent | 76c518b3e2d2787b81505c5a9f995fcde60ff8bc (diff) | |
Removed some debugging spiel.
Diffstat (limited to 'button_windows.go')
| -rw-r--r-- | button_windows.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |
