فهرست منبع

ENH: remove debug statements

Bill Hoffman 24 سال پیش
والد
کامیت
e7ac38077a
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      Source/cmUnixMakefileGenerator.cxx

+ 0 - 6
Source/cmUnixMakefileGenerator.cxx

@@ -260,12 +260,6 @@ void cmUnixMakefileGenerator::OutputMakefile(const char* file)
       }
     this->OutputObjectDepends(dependout);
     }
-  else
-    {
-    std::cout << "skipping depends\n";
-    }
-  std::cout << "hello\n";
-  
   this->OutputCustomRules(fout);
   this->OutputMakeRules(fout);
   this->OutputInstallRules(fout);