Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
59c6b83fb5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dtool/src/dtoolutil/executionEnvironment.cxx

+ 0 - 1
dtool/src/dtoolutil/executionEnvironment.cxx

@@ -109,7 +109,6 @@ expand_string(const string &str) {
 
   result += str.substr(last);
 
-  cerr << "Expanding " << str << " to " << result << "\n";
   return result;
 }