Merge pull request #843 from AndreMiras/feature/remove_extra_log_env
Removes extra log_env() call
This commit is contained in:
commit
dfd2ceb324
1 changed files with 0 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue