diff --git a/MVPLearning/BaseLibrary/BaseTextBox.cs b/MVPLearning/BaseLibrary/BaseTextBox.cs index 6137ee8..5a7de1f 100644 --- a/MVPLearning/BaseLibrary/BaseTextBox.cs +++ b/MVPLearning/BaseLibrary/BaseTextBox.cs @@ -19,7 +19,6 @@ namespace MVPLearning.BaseLibrary var newBinding = new Binding(nameof(Text), datasource, dataproperty, false); DataBindings.Add(newBinding); - System.Diagnostics.Debug.WriteLine($"Binding count for {Name}.{nameof(Text)} is {DataBindings.Count}"); } protected override void OnGotFocus(EventArgs e)