Browse Source

BUG: remove debug output

Alex
Alexander Neundorf 18 năm trước cách đây
mục cha
commit
1ed238c7f5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Source/cmTryRunCommand.cxx

+ 0 - 2
Source/cmTryRunCommand.cxx

@@ -73,8 +73,6 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv)
   // do the try compile
   int res = this->TryCompileCode(tryCompile);
 
-  printf("TryCompile: %d outputFile: -%s-\n", res, this->OutputFile.c_str());
-  
   // now try running the command if it compiled
   if (!res)
     {