diff --git a/glib/ManagedValue.cs b/glib/ManagedValue.cs index bf6a3d175..908da459b 100644 --- a/glib/ManagedValue.cs +++ b/glib/ManagedValue.cs @@ -53,7 +53,6 @@ namespace GLib { void Unref () { if (--ref_count == 0) { - Console.WriteLine ("Killing ManagedValue for " + instance); instance = null; gch.Free (); }