diff --git a/MapsforgeTiles/Shared/MapsforgeTileSource.cs b/MapsforgeTiles/Shared/MapsforgeTileSource.cs index e22606cb..f49a8554 100644 --- a/MapsforgeTiles/Shared/MapsforgeTileSource.cs +++ b/MapsforgeTiles/Shared/MapsforgeTileSource.cs @@ -1,7 +1,6 @@ using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; -using System.Diagnostics; using System.IO; using System.Threading.Tasks; #if WPF @@ -49,11 +48,8 @@ namespace MapControl.MapsforgeTiles try { - var sw = Stopwatch.StartNew(); var pixels = renderer.RenderTile(zoomLevel, column, row); - Debug.WriteLine(sw.ElapsedMilliseconds); - if (pixels != null) { image = CreateImage(pixels);