changeset 2441:91752cdf8981

[project @ 1996-10-30 18:37:58 by jwe]
author jwe
date Wed, 30 Oct 1996 18:37:58 +0000
parents d95b5eb82e22
children f667d7ec08b9
files src/defaults.cc
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/defaults.cc
+++ b/src/defaults.cc
@@ -345,8 +345,6 @@
 	  int prepend = (Vexec_path[0] == ':');
 	  int append = (eplen > 1 && Vexec_path[eplen-1] == ':');
 
-	  cerr << eplen << ", " << Vexec_path[eplen-1] << "\n";
-
 	  if (prepend)
 	    {
 	      if (append)
@@ -384,8 +382,6 @@
 	  sprintf (putenv_cmd, "PATH=%s", std_path.c_str ());
 	}
 
-      cerr << putenv_cmd << "\n";
-
       putenv (putenv_cmd);
     }