mirror of https://github.com/kivy/kivy.git
uix:TabbedPanel remove print left over from debugging
This commit is contained in:
parent
17efe57bd2
commit
633938b8ac
|
@ -564,7 +564,6 @@ class TabbedPanel(GridLayout):
|
|||
if not self._tab_layout:
|
||||
return
|
||||
self._tab_layout.border = value
|
||||
print value
|
||||
|
||||
def on_do_default_tab(self, instance, value):
|
||||
if not value:
|
||||
|
|
Loading…
Reference in New Issue