do not dump environment variables

This commit is contained in:
Akinwale Ariwodola 2021-08-21 19:18:26 +01:00
parent 0ad4189798
commit 3178799798

View file

@ -334,7 +334,7 @@ class Buildozer:
if process.returncode != 0 and break_on_error:
self.error('Command failed: {0}'.format(command))
self.log_env(self.ERROR, kwargs['env'])
#self.log_env(self.ERROR, kwargs['env'])
self.error('')
self.error('Buildozer failed to execute the last command')
if self.log_level <= self.INFO: