mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 18:16:58 +00:00
Removed duplicate success message.
This commit is contained in:
parent
16feb28cca
commit
b8b32c4f9c
|
@ -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()); }
|
||||
|
|
Loading…
Reference in a new issue