瀏覽代碼

STYLE: remove debug output

Alex
Alexander Neundorf 17 年之前
父節點
當前提交
9518a416eb
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/cmExtraEclipseCDT4Generator.cxx

+ 0 - 1
Source/cmExtraEclipseCDT4Generator.cxx

@@ -702,7 +702,6 @@ void cmExtraEclipseCDT4Generator::CreateCProjectFile() const
           if (insertTarget)
           if (insertTarget)
             {
             {
             emmited.insert(t->first);
             emmited.insert(t->first);
-            fprintf(stderr, "adding %s\n", t->first.c_str());
             this->AppendTarget(fout, t->first, make);
             this->AppendTarget(fout, t->first, make);
             if (addFastTarget || t->first=="install")
             if (addFastTarget || t->first=="install")
               {
               {