remove unnecessary logging on Win32 builds
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11035 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7c81201d28
commit
e3f63c33f3
1 changed files with 0 additions and 2 deletions
|
|
@ -145,8 +145,6 @@ int execute(char **argv,
|
|||
status = _spawnv(_P_WAIT, argv[0], (const char **)argv);
|
||||
|
||||
out:
|
||||
cc_log("%s:\n stdout -> %s\n stderr -> %s\n process status=%i\n",
|
||||
argv[0], path_stdout, path_stderr, status);
|
||||
if (status == -1) cc_log("Error %i: %s\n", errno, strerror(errno));
|
||||
|
||||
/* Restore descriptors */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue