From 901dc9d49f8cb978eb81315a70686b785623d563 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 29 Oct 2004 15:31:45 -0400 Subject: [PATCH] ENH: remove debug print --- Source/cmLocalUnixMakefileGenerator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 9ff5624c3..a96dc3ca9 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/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()); }