summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx
index 3518961..7ecf3c1 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -702,7 +702,6 @@ void cmExtraEclipseCDT4Generator::CreateCProjectFile() const
if (insertTarget)
{
emmited.insert(t->first);
- fprintf(stderr, "adding %s\n", t->first.c_str());
this->AppendTarget(fout, t->first, make);
if (addFastTarget || t->first=="install")
{