Skip to content

Commit c0049ae

Browse files
committed
Delete debug print statement
1 parent bdf81ee commit c0049ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def install_python_package(self, arch):
4848
super(KivyRecipe, self).install_python_package(arch)
4949
site_packages_dir = self.ctx.get_site_packages_dir(arch)
5050
usr_dir = join(site_packages_dir, 'usr', 'share', 'kivy-examples')
51-
print('usr_dir is', usr_dir)
5251
if exists(usr_dir) and isdir(usr_dir):
5352
rmtree(usr_dir)
5453

0 commit comments

Comments
 (0)