uix:TextInput remove debg statements

This commit is contained in:
akshayaurora 2014-08-03 12:10:50 +05:30
parent 418108577e
commit ccea0f0dfd
1 changed files with 0 additions and 1 deletions

View File

@ -1046,7 +1046,6 @@ class TextInput(Widget):
return
self._update_selection()
print instance.pos
self._show_cut_copy_paste(
(instance.x + ((1 if instance is self._handle_left else -1)
* self._bubble.width / 2) if self._bubble else instance.x,