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

@ -1,3 +1,7 @@
2010-11-17 Marcus Brinkmann <mb@g10code.com>
* gogconf.c: Revert accidental debug output commit.
2010-10-27 Werner Koch <wk@g10code.com>
* symcryptrun.c (confucius_mktmpdir): Use TMPDIR.

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;