summaryrefslogtreecommitdiff
path: root/textfield_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-09-02 09:05:34 -0400
committerPietro Gagliardi <[email protected]>2014-09-02 09:05:34 -0400
commit3ea1e0978060a145df12ba264590885fc92baad2 (patch)
treea2af80ac3484592b569688e777862b2ebd4c1ce2 /textfield_darwin.go
parent76c518b3e2d2787b81505c5a9f995fcde60ff8bc (diff)
Removed some debugging spiel.
Diffstat (limited to 'textfield_darwin.go')
-rw-r--r--textfield_darwin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/textfield_darwin.go b/textfield_darwin.go
index 5c52a38..6dccbb9 100644
--- a/textfield_darwin.go
+++ b/textfield_darwin.go
@@ -62,7 +62,6 @@ func (t *textfield) Invalid(reason string) {
//export textfieldChanged
func textfieldChanged(data unsafe.Pointer) {
t := (*textfield)(data)
-println("changed")
t.changed.fire()
}