From 67e78f1840226235e9366e4d6e035dedefeb338b Mon Sep 17 00:00:00 2001 From: Ivan Bondarev Date: Tue, 1 Nov 2022 15:52:07 +0100 Subject: [PATCH] fix --- Compiler/RemoteCompiler.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Compiler/RemoteCompiler.cs b/Compiler/RemoteCompiler.cs index 9c840a8b0..4290b8adc 100644 --- a/Compiler/RemoteCompiler.cs +++ b/Compiler/RemoteCompiler.cs @@ -348,7 +348,6 @@ namespace PascalABCCompiler string s = args[0].ToString(); for (int i = 1; i < args.Length; i++) s += ConsoleCompilerConstants.MessageSeparator + args[i].ToString(); - File.WriteAllText("log.log", command+" "+s); sendCommand(command, s); }