Remove log statement entirely because otherwise it's triplicate.
parent
b8ce529638
commit
8c6821ea0e
3
gnupg.py
3
gnupg.py
|
@ -1215,9 +1215,6 @@ class GPG(object):
|
|||
[cmd.append(opt) for opt in iter(_sanitise_list(self.options))]
|
||||
if args:
|
||||
[cmd.append(arg) for arg in iter(_sanitise_list(args))]
|
||||
## so that we don't print it twice, here and in _open_subprocess():
|
||||
if not self.verbose:
|
||||
logger.debug("make_args(): Using command: %s" % cmd)
|
||||
return cmd
|
||||
|
||||
def _open_subprocess(self, args=None, passphrase=False):
|
||||
|
|
Loading…
Reference in New Issue