Removed duplicate success message.

This commit is contained in:
the_fiddler 2010-11-08 15:58:42 +00:00
parent d65e0aad47
commit 206a6530a4

View file

@ -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()); }