Parcourir la source

STYLE: remove debug output

Alex
Alexander Neundorf il y a 17 ans
Parent
commit
9518a416eb
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Source/cmExtraEclipseCDT4Generator.cxx

+ 0 - 1
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")
               {