mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-01 19:15:20 +02:00
Removed debug output.
This commit is contained in:
parent
43672bb693
commit
416be8283a
|
|
@ -648,7 +648,6 @@ namespace MapControl
|
||||||
|
|
||||||
private void CenterPointPropertyChanged(Point centerPoint)
|
private void CenterPointPropertyChanged(Point centerPoint)
|
||||||
{
|
{
|
||||||
System.Diagnostics.Debug.WriteLine("CenterPoint: {0}", centerPoint);
|
|
||||||
if (!internalPropertyChange)
|
if (!internalPropertyChange)
|
||||||
{
|
{
|
||||||
centerPoint.X = Location.NormalizeLongitude(centerPoint.X);
|
centerPoint.X = Location.NormalizeLongitude(centerPoint.X);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue