Mercurial > libervia-desktop-kivy
diff cagou/core/xmlui.py @ 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 | 37638765c97b |
children | 525527a01439 |
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)