BUG: remove debug print

This commit is contained in:
Bill Hoffman 2001-02-22 19:31:40 -05:00
parent 0b0d1b1d43
commit ba6a7205f6
1 changed files with 0 additions and 1 deletions

View File

@ -347,7 +347,6 @@ void cmSystemTools::CopyFileIfDifferent(const char* source,
{
if(cmSystemTools::FilesDiffer(source, destination))
{
cmSystemTools::Error("doing copy ", destination);
cmSystemTools::cmCopyFile(source, destination);
}
}