* MacOS/CarbonGLNative.cs:
Removed unnecessary debug information.
This commit is contained in:
parent
df4339433a
commit
455acac6f8
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue