daemon: removed loading environment log statement until isolated for entire session
This commit is contained in:
parent
dde74f0927
commit
1543dfcc94
1 changed files with 0 additions and 1 deletions
|
@ -1014,7 +1014,6 @@ class Session:
|
|||
for path in paths:
|
||||
if path.is_file():
|
||||
try:
|
||||
logging.info("loading environment config: %s", path)
|
||||
utils.load_config(path, env)
|
||||
except IOError:
|
||||
logging.exception("error reading environment file: %s", path)
|
||||
|
|
Loading…
Reference in a new issue