Remove log statement entirely because otherwise it's triplicate.

feature/documentation-builds-html
Isis Lovecruft 2013-04-10 18:03:52 +00:00
parent b8ce529638
commit 8c6821ea0e
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 0 additions and 3 deletions

View File

@ -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):