Skip to content

Commit a2e7e65

Browse files
committed
Merge pull request kivy#630 from Doberman4ik/master
Remove print from cryptography recipe.
2 parents b59e2dc + 42f1c8e commit a2e7e65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonforandroid/recipes/cryptography/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def get_recipe_env(self, arch=None):
3333
join(dirname(self.real_hostpython_location), 'Lib', 'site-packages'),
3434
env['BUILDLIB_PATH'],
3535
])
36-
print env
3736
return env
3837

3938
def build_arch(self, arch):

0 commit comments

Comments
 (0)