diff --git a/MapControl/MapBase.cs b/MapControl/MapBase.cs index 46abc04f..87448560 100644 --- a/MapControl/MapBase.cs +++ b/MapControl/MapBase.cs @@ -648,7 +648,6 @@ namespace MapControl private void CenterPointPropertyChanged(Point centerPoint) { - System.Diagnostics.Debug.WriteLine("CenterPoint: {0}", centerPoint); if (!internalPropertyChange) { centerPoint.X = Location.NormalizeLongitude(centerPoint.X);