summaryrefslogtreecommitdiff
path: root/textfield_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'textfield_unix.go')
-rw-r--r--textfield_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/textfield_unix.go b/textfield_unix.go
index b06da02..a590713 100644
--- a/textfield_unix.go
+++ b/textfield_unix.go
@@ -77,7 +77,6 @@ func (t *textfield) Invalid(reason string) {
//export textfieldChanged
func textfieldChanged(editable *C.GtkEditable, data C.gpointer) {
t := (*textfield)(unsafe.Pointer(data))
-println("changed")
t.changed.fire()
}