From 416be8283a2cd8ccfa356687b1a4ef11502e4e68 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Sun, 3 Jul 2016 00:05:33 +0200 Subject: [PATCH] Removed debug output. --- MapControl/MapBase.cs | 1 - 1 file changed, 1 deletion(-) 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);