1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

2010-11-17 Marcus Brinkmann <mb@g10code.com>

* gogconf.c: Revert accidental debug output commit.
This commit is contained in:
Marcus Brinkmann 2010-11-17 16:32:11 +00:00
parent 0103a53aa6
commit bbd08dd146
2 changed files with 4 additions and 3 deletions

View file

@ -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;