We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf81ee commit c0049aeCopy full SHA for c0049ae
1 file changed
pythonforandroid/recipes/kivy/__init__.py
@@ -48,7 +48,6 @@ def install_python_package(self, arch):
48
super(KivyRecipe, self).install_python_package(arch)
49
site_packages_dir = self.ctx.get_site_packages_dir(arch)
50
usr_dir = join(site_packages_dir, 'usr', 'share', 'kivy-examples')
51
- print('usr_dir is', usr_dir)
52
if exists(usr_dir) and isdir(usr_dir):
53
rmtree(usr_dir)
54
0 commit comments