1.1.1 (Removed log file logic)

This commit is contained in:
mikx 2025-10-13 16:07:12 -04:00
parent 9eeea525d3
commit fd893057f2
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,6 @@ namespace Jsarus
str3 = num.ToString();
}
string str4 = string.Format("{0}:{1}:{2}", (object)str3, (object)str2, (object)str1);
File.AppendAllText("mxfiltergen.logs", string.Format("[{0}] {1}", (object)str4, (object)msg) + Environment.NewLine);
ConsoleColor consoleColor = ConsoleColor.White;
switch (color)
{

View File

@ -14,7 +14,7 @@ namespace Jsarus
{
internal class Program
{
public static string version = "1.1.0";
public static string version = "1.1.1";
public static string cd = Directory.GetCurrentDirectory();
public static Process p = new Process();
static void Main(string[] args)