diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 59c903165..d6c333792 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -189,9 +189,6 @@ main (int argc, char **argv) if (log_get_errorcount (0)) exit (2); - - fprintf (stderr, "My error: %d (%s)\n", GPG_ERR_ENOENT, - gpg_strerror (GPG_ERR_ENOENT)); fname = argc ? *argv : NULL; |