Removed duplicate success message.
This commit is contained in:
parent
d65e0aad47
commit
206a6530a4
1 changed files with 0 additions and 2 deletions
|
@ -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