diff --git a/gnupg.py b/gnupg.py index 7b9ab5e..f92adfd 100644 --- a/gnupg.py +++ b/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):