mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 15:00:09 +00:00
XQuartz: Removed some debug spew
(cherry picked from commit 370dcf11b360b87aa24cace35eb615419057fda0)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user