From 0107954eff72a6bb5548981156714f382ff0ebe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DragonRatTiger=20/=20=E3=83=AA=E3=83=A5=E3=82=A6=E3=82=B3?= Date: Mon, 30 Sep 2024 23:10:49 -0500 Subject: [PATCH] oops, that wasn't supposed to be brought back (#688) * oops, that wasn't supposed to be brought back * believe it or not, no --- OpenTaiko/src/Common/Program.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OpenTaiko/src/Common/Program.cs b/OpenTaiko/src/Common/Program.cs index eddab2fb..34cd2ca3 100644 --- a/OpenTaiko/src/Common/Program.cs +++ b/OpenTaiko/src/Common/Program.cs @@ -74,7 +74,6 @@ namespace OpenTaiko { osplatform = "osx"; else if (OperatingSystem.IsLinux()) osplatform = "linux"; - // this is gonna be redundant code i hope? :3 -tfd else throw new PlatformNotSupportedException("OpenTaiko does not support this OS."); @@ -118,9 +117,6 @@ namespace OpenTaiko { Trace.WriteLine( "OpenTaiko ran into an unexpected error, and can't continue from here! Σ(っ °Д °;)っ" ); Trace.WriteLine( "More details: " ); Trace.Write( e.ToString() ); - Trace.WriteLine( "" ); - Trace.WriteLine( "An error has occured." ); - AssemblyName asmApp = Assembly.GetExecutingAssembly().GetName(); } #endif // END #24606 2011.03.08 from