Browse Source

ENH: remove debug print

Bill Hoffman 21 years ago
parent
commit
901dc9d49f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmLocalUnixMakefileGenerator.cxx

+ 0 - 1
Source/cmLocalUnixMakefileGenerator.cxx

@@ -1422,7 +1422,6 @@ void cmLocalUnixMakefileGenerator::OutputBuildTargetInDirWindows(std::ostream& f
   std::string jumpBack;
   if(m_UseRelativePaths)
     {
-    cmSystemTools::Message("using relative paths??");
     jumpBack = cmSystemTools::RelativePath(cmSystemTools::GetProgramPath(path).c_str(),
                                            m_Makefile->GetCurrentOutputDirectory());
     }