summaryrefslogtreecommitdiff
path: root/hw/xquartz/mach-startup/bundle-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xquartz/mach-startup/bundle-main.c')
-rw-r--r--hw/xquartz/mach-startup/bundle-main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xquartz/mach-startup/bundle-main.c b/hw/xquartz/mach-startup/bundle-main.c
index 2fcd35b4c..0e4ed3411 100644
--- a/hw/xquartz/mach-startup/bundle-main.c
+++ b/hw/xquartz/mach-startup/bundle-main.c
@@ -433,8 +433,6 @@ static void setup_env() {
setenv("PATH", buf, TRUE);
}
- fprintf(stderr, "PATH: %s\n", getenv("PATH"));
-
/* cd $HOME */
temp = getenv("HOME");
if(temp != NULL && temp[0] != '\0')