Removed debug output.

This commit is contained in:
ClemensF 2016-07-03 00:05:33 +02:00
parent 43672bb693
commit 416be8283a

View file

@ -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);