summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-02 20:37:27 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-02 20:37:27 (GMT)
commitddbc9e62929cba48ba520fe4184d2721db65ab53 (patch)
treec2c8133d7e4046cab2e00b7eaa5c00f8a78445cd /Source/cmListFileCache.cxx
parent27110975c2fb8e579ab85cc2313d0e243fb81d37 (diff)
downloadCMake-ddbc9e62929cba48ba520fe4184d2721db65ab53.zip
CMake-ddbc9e62929cba48ba520fe4184d2721db65ab53.tar.gz
CMake-ddbc9e62929cba48ba520fe4184d2721db65ab53.tar.bz2
ENH: remove cerr calls
Diffstat (limited to 'Source/cmListFileCache.cxx')
-rw-r--r--Source/cmListFileCache.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmListFileCache.cxx b/Source/cmListFileCache.cxx
index 00c6b1f..b20f4b4 100644
--- a/Source/cmListFileCache.cxx
+++ b/Source/cmListFileCache.cxx
@@ -128,7 +128,6 @@ bool cmListFileCache::CacheFile(const char* path, bool requireProjectCommand)
project.m_Name = "PROJECT";
project.m_Arguments.push_back("Project");
inFile.m_Functions.push_back(project);
- std::cerr << "adding project command to file " << path << "\n";
}
}
m_ListFileCache[path] = inFile;