* MacOS/CarbonGLNative.cs:

Removed unnecessary debug information.
This commit is contained in:
the_fiddler 2010-11-26 13:32:52 +00:00
parent 6078b4530a
commit 24af8471c9

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;
}