Removed call to Console.WriteLine when changing WindowState.

This commit is contained in:
the_fiddler 2008-12-09 21:26:48 +00:00
parent 2e3b56f89c
commit db54fa79b3

View file

@ -111,7 +111,6 @@ namespace OpenTK.Platform.Windows
break;
case WindowMessage.SIZE:
Console.WriteLine(m.WParam.ToString());
long state = m.WParam.ToInt64();
switch (state)
{