From 01f0577b8c34584e0d7d581ddfba425d325189a7 Mon Sep 17 00:00:00 2001 From: Johannes Roith Date: Fri, 10 Jan 2003 22:23:19 +0000 Subject: [PATCH] remove console printings svn path=/trunk/gtk-sharp/; revision=10364 --- glib/ListBase.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/glib/ListBase.cs b/glib/ListBase.cs index 137006cac..b60dcd1e9 100644 --- a/glib/ListBase.cs +++ b/glib/ListBase.cs @@ -49,9 +49,7 @@ namespace GLib { ~ListBase () { - Console.WriteLine ("entering dispose"); Dispose (); - Console.WriteLine ("leaving dispose"); } public bool Managed {