Skip to content

Commit

Permalink
Remove logging of ENV options
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Sep 25, 2023
1 parent 648fab3 commit 6a10a25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node_cli/utils/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def get_up_compose_cmd(services):

def compose_up(env):
logger.info('Running base set of containers')
logger.debug('ENV for docker-compose.yml %s', env)

if 'SGX_CERTIFICATES_DIR_NAME' not in env:
env['SGX_CERTIFICATES_DIR_NAME'] = SGX_CERTIFICATES_DIR_NAME
Expand Down

0 comments on commit 6a10a25

Please sign in to comment.