summaryrefslogtreecommitdiff
path: root/CCache
diff options
context:
space:
mode:
Diffstat (limited to 'CCache')
-rw-r--r--CCache/execute.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/CCache/execute.c b/CCache/execute.c
index aef73fba1..214b233b4 100644
--- a/CCache/execute.c
+++ b/CCache/execute.c
@@ -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 */