diff --git a/src/HotUI/BindingObject.cs b/src/HotUI/BindingObject.cs index fdfb0cbd..8a10b054 100644 --- a/src/HotUI/BindingObject.cs +++ b/src/HotUI/BindingObject.cs @@ -279,7 +279,7 @@ namespace HotUI } } } - Console.WriteLine(type); + // Console.WriteLine(type); hasChecked = true; } internal void DisposingObject(object obj) @@ -311,7 +311,7 @@ namespace HotUI } } } - Console.WriteLine(type); + //Console.WriteLine(type); hasChecked = true; } diff --git a/src/HotUI/Controls/View.cs b/src/HotUI/Controls/View.cs index da9ef966..4f4f4ccb 100644 --- a/src/HotUI/Controls/View.cs +++ b/src/HotUI/Controls/View.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; +using System.Diagnostics; using System.Linq; namespace HotUI { @@ -100,6 +101,7 @@ namespace HotUI { return this; if (builtView != null) return builtView; + Debug.WriteLine ($"Building View: {this.GetType().Name}"); using (new StateBuilder (State)) { State.SetParent (this); State.StartProperty ();