From 1ed238c7f5f1e2573beb864ea7b2b0c5be4508f2 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 25 May 2007 12:05:59 -0400 Subject: BUG: remove debug output Alex --- Source/cmTryRunCommand.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx index ebfd82a..54e7a2d 100644 --- a/Source/cmTryRunCommand.cxx +++ b/Source/cmTryRunCommand.cxx @@ -73,8 +73,6 @@ bool cmTryRunCommand::InitialPass(std::vector 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) { -- cgit v0.12