Removed unnecessary debug statement.
This commit is contained in:
parent
74707ccdfd
commit
44f2ad77d0
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace OpenTK.Platform.MacOS.Carbon
|
|||
{
|
||||
EventInfo evt = new EventInfo(inEvent);
|
||||
|
||||
Debug.Print("{0}", evt);
|
||||
//Debug.Print("{0}", evt);
|
||||
|
||||
if (evt.EventClass == EventClass.Application)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue