[Examples] Removed test code committed by mistake
authorthefiddler <stapostol@gmail.com>
Mon, 22 Sep 2014 11:52:20 +0000 (13:52 +0200)
committerthefiddler <stapostol@gmail.com>
Mon, 22 Sep 2014 11:52:20 +0000 (13:52 +0200)
Source/Examples/Main.cs

index 8e68e09..6f63e86 100644 (file)
@@ -100,10 +100,6 @@ namespace Examples
         [STAThread]
         public static void Main(string[] args)
         {
-            Trace.Listeners.Add(new ConsoleTraceListener());
-            Tests.GameWindowStates.Main();
-            return;
-
             if (args.Length > 0)
             {
                 LaunchExample(args[0]);