# HG changeset patch # User Goffi # Date 1530131046 -7200 # Node ID add3dcd65dd63b46a974361f37d88750056145fb # Parent 1abd9d694e67b8e038ae607afb8870bba9001059 core (xmlui): removed debug log on text input diff -r 1abd9d694e67 -r add3dcd65dd6 cagou/core/xmlui.py --- 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)