diff --git a/pythonforandroid/recipes/cryptography/__init__.py b/pythonforandroid/recipes/cryptography/__init__.py index 5594fe4803..4d592092ac 100644 --- a/pythonforandroid/recipes/cryptography/__init__.py +++ b/pythonforandroid/recipes/cryptography/__init__.py @@ -33,7 +33,6 @@ def get_recipe_env(self, arch=None): join(dirname(self.real_hostpython_location), 'Lib', 'site-packages'), env['BUILDLIB_PATH'], ]) - print env return env def build_arch(self, arch):