Removed unnecessary debug statement.

This commit is contained in:
kanato 2009-02-03 07:43:36 +00:00
parent 74707ccdfd
commit 44f2ad77d0

View file

@ -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)
{