去除多线程中的日志输出

master
Cal 2024-12-06 10:53:46 +08:00
parent b63ad0aed0
commit 6d679d38c1
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class EntryPoints
}
File.Copy(srcFileFullName, destFileFullName, true);
Log($"Copy [{srcFileFullName}] to [{destFileFullName}]");
// Log($"Copy [{srcFileFullName}] to [{destFileFullName}]");
}
catch (Exception e)
{