From ba6a7205f6a901085e9250835a260b4e8b06c6ee Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 22 Feb 2001 19:31:40 -0500 Subject: [PATCH] BUG: remove debug print --- Source/cmSystemTools.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 141b4ea3b..e7dcf499a 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -347,7 +347,6 @@ void cmSystemTools::CopyFileIfDifferent(const char* source, { if(cmSystemTools::FilesDiffer(source, destination)) { - cmSystemTools::Error("doing copy ", destination); cmSystemTools::cmCopyFile(source, destination); } }