mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Merge pull request #35604 from twangboy/fix.postgres
Remove debug line from postgres dunder virtual
This commit is contained in:
commit
72897b8174
@ -133,8 +133,6 @@ def _find_pg_binary(util):
|
||||
if not util_bin:
|
||||
if pg_bin_dir:
|
||||
return os.path.join(pg_bin_dir, util)
|
||||
else:
|
||||
log.error('{0} was not found'.format(util))
|
||||
else:
|
||||
return util_bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user