8000 Remove print from cryptography recipe. It cause an error when using p… · kivy/python-for-android@42f1c8e · GitHub
[go: up one dir, main page]

Skip to content

Commit 42f1c8e

Browse files
author
Igor Panteleev
committed
Remove print from cryptography recipe. It cause an error when using python3
1 parent b59e2dc commit 42f1c8e

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)
0