remove a C.WL, oops

svn path=/trunk/gtk-sharp/; revision=119652
This commit is contained in:
Mike Kestner 2008-11-21 17:47:37 +00:00
parent 8d6e58e175
commit 84a63992fd

View File

@ -53,7 +53,6 @@ namespace GLib {
void Unref ()
{
if (--ref_count == 0) {
Console.WriteLine ("Killing ManagedValue for " + instance);
instance = null;
gch.Free ();
}