From 28c9199024fa4eb2c8bee3f433a24ce17730e32f Mon Sep 17 00:00:00 2001 From: ClemensF Date: Wed, 29 Aug 2018 21:20:43 +0200 Subject: [PATCH] Version 4.10.0: Added MapProjections library project. --- MapProjections/Shared/UtmProjection.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MapProjections/Shared/UtmProjection.cs b/MapProjections/Shared/UtmProjection.cs index 561bad80..283868fb 100644 --- a/MapProjections/Shared/UtmProjection.cs +++ b/MapProjections/Shared/UtmProjection.cs @@ -50,8 +50,6 @@ namespace MapControl.Projections WKT = string.Format(wktFormat, zoneName, centralMeridian, falseNorthing, epsgCode); TrueScale = 0.9996 * MetersPerDegree; - - System.Diagnostics.Debug.WriteLine(WKT); } } }