mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-29 00:55:50 +00:00
Program.cs - Remove 'Debug.WriteLine(Info.LastCommitHash)'
This commit is contained in:
@@ -53,9 +53,6 @@ namespace PckStudio
|
||||
#if DEBUG
|
||||
Debug.Listeners.Add(new TextWriterTraceListener(Console.Out));
|
||||
#endif
|
||||
|
||||
Debug.WriteLine(Info.LastCommitHash);
|
||||
|
||||
System.Globalization.CultureInfo.CurrentCulture = System.Globalization.CultureInfo.InvariantCulture;
|
||||
|
||||
var mainForm = new MainForm();
|
||||
|
||||
Reference in New Issue
Block a user