2010-06-11 Marcus Brinkmann <marcus@g10code.de>

* w32-io.c (_gpgme_io_spawn): Remove debug printf.
This commit is contained in:
Marcus Brinkmann 2010-06-10 23:29:06 +00:00
parent f5d82bf1df
commit 6181854e4d
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-06-11 Marcus Brinkmann <marcus@g10code.de>
* w32-io.c (_gpgme_io_spawn): Remove debug printf.
2010-06-10 Marcus Brinkmann <marcus@g10code.de>
* gpgme-tool.c (gpgme_server): Use special hack for Windows CE to

View File

@ -1520,8 +1520,6 @@ _gpgme_io_spawn (const char *path, char *const argv[], unsigned int flags,
return TRACE_SYSRES (-1);
}
fprintf (stderr, "SPAWNY: %s\n", cmdline);
if (!CreateProcessA (path, /* Program to start. */
cmdline, /* Command line arguments. */
NULL, /* (not supported) */