remove console printings
svn path=/trunk/gtk-sharp/; revision=10364
This commit is contained in:
parent
c3137abd9d
commit
01f0577b8c
1 changed files with 0 additions and 2 deletions
|
@ -49,9 +49,7 @@ namespace GLib {
|
||||||
|
|
||||||
~ListBase ()
|
~ListBase ()
|
||||||
{
|
{
|
||||||
Console.WriteLine ("entering dispose");
|
|
||||||
Dispose ();
|
Dispose ();
|
||||||
Console.WriteLine ("leaving dispose");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool Managed {
|
public bool Managed {
|
||||||
|
|
Loading…
Reference in a new issue