remove console printings

svn path=/trunk/gtk-sharp/; revision=10364
This commit is contained in:
Johannes Roith 2003-01-10 22:23:19 +00:00
parent c3137abd9d
commit 01f0577b8c

View File

@ -49,9 +49,7 @@ namespace GLib {
~ListBase ()
{
Console.WriteLine ("entering dispose");
Dispose ();
Console.WriteLine ("leaving dispose");
}
public bool Managed {