From b8b32c4f9c614cbdaf09d52cfef622a1ecd7e742 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 8 Nov 2010 15:58:42 +0000 Subject: [PATCH] Removed duplicate success message. --- Source/OpenTK/Platform/Windows/WinGLContext.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/OpenTK/Platform/Windows/WinGLContext.cs b/Source/OpenTK/Platform/Windows/WinGLContext.cs index 74396a52..9ffc28c4 100644 --- a/Source/OpenTK/Platform/Windows/WinGLContext.cs +++ b/Source/OpenTK/Platform/Windows/WinGLContext.cs @@ -117,8 +117,6 @@ namespace OpenTK.Platform.Windows attributes.ToArray())); if (Handle == ContextHandle.Zero) Debug.Print("failed. (Error: {0})", Marshal.GetLastWin32Error()); - else - Debug.Print("success!"); } catch (EntryPointNotFoundException e) { Debug.Print(e.ToString()); } catch (NullReferenceException e) { Debug.Print(e.ToString()); }