Skip to content

Commit bec0804

Browse files
authored
Deleting useless print
1 parent 01a7042 commit bec0804

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pythonforandroid/recipes/pygame-ce/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ class PygameCeRecipe(CompiledComponentsPythonRecipe):
2222
depends = ['sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'setuptools', 'jpeg', 'png']
2323
call_hostpython_via_targetpython = False # Due to setuptools
2424
install_in_hostpython = False
25-
26-
for i in range(100):
27-
print("HELLO FROM MY CUSTOM PYGAMECE RECIPE !!!!")
2825

2926
def prebuild_arch(self, arch):
3027
super().prebuild_arch(arch)

0 commit comments

Comments
 (0)