* MacOS/CarbonGLNative.cs:

Removed unnecessary debug information.
This commit is contained in:
the_fiddler 2010-11-26 13:32:52 +00:00
parent df4339433a
commit 455acac6f8

View file

@ -578,7 +578,6 @@ namespace OpenTK.Platform.MacOS
if (client.Y >= Height)
client.Y = Height - 1;
Debug.Print("[{0}:{1}]", client.X, client.Y);
return client;
}