mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Removed debug output.
This commit is contained in:
parent
43672bb693
commit
416be8283a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue