Mercurial > libervia-desktop-kivy
changeset 227:add3dcd65dd6
core (xmlui): removed debug log on text input
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 27 Jun 2018 22:24:06 +0200 |
parents | 1abd9d694e67 |
children | e702228b655a |
files | cagou/core/xmlui.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cagou/core/xmlui.py Wed Jun 27 22:23:46 2018 +0200 +++ b/cagou/core/xmlui.py Wed Jun 27 22:24:06 2018 +0200 @@ -56,7 +56,6 @@ self._got_focus = True def on_text(self, instance, new_text): - log.debug("on_text: %s" % new_text) if self._xmlui_onchange_cb is not None and self._got_focus: self._xmlui_onchange_cb(self)