diff --git a/PCK-Studio/Program.cs b/PCK-Studio/Program.cs index 908be7a0..e09bb7a9 100644 --- a/PCK-Studio/Program.cs +++ b/PCK-Studio/Program.cs @@ -19,8 +19,6 @@ namespace PckStudio { #if DEBUG Debug.Listeners.Add(new TextWriterTraceListener(Console.Out)); -#elif RELEASE - Debug.Listeners.Add(new TextWriterTraceListener(File.CreateText(Path.Combine(AppData, "pck-studio.debug.log")))); #endif var f = new MainForm(); if (args.Length > 0 && File.Exists(args[0]) && args[0].EndsWith(".pck")) @@ -28,4 +26,4 @@ namespace PckStudio Application.Run(f); } } -} \ No newline at end of file +}