Forráskód Böngészése

ENH: remove print

Bill Hoffman 20 éve
szülő
commit
5a8e1e4942
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      Source/cmake.cxx

+ 0 - 1
Source/cmake.cxx

@@ -301,7 +301,6 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args)
         cmSystemTools::Error("No cmake script provided.");
         cmSystemTools::Error("No cmake script provided.");
         return false;
         return false;
         }
         }
-      std::cerr << "Running cmake script file " << path.c_str() << "\n";
       this->ReadListFile(path.c_str());
       this->ReadListFile(path.c_str());
       }
       }
     }
     }