diff --git a/buildozer/__init__.py b/buildozer/__init__.py index 4dea760..10b786b 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -295,7 +295,6 @@ class Buildozer(object): else: self.debug('Run {0!r} ...'.format(command.split()[0])) self.debug('Cwd {}'.format(kwargs.get('cwd'))) - self.log_env(self.DEBUG, kwargs["env"]) # open the process if sys.platform == 'win32':