From 2eb335c3897317d7e546f91271b29342d811502f Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Fri, 10 May 2013 22:27:35 +0000 Subject: [PATCH] Remove noisy info message. A big source of confusion. Ticket #2309 git-svn-id: http://svn.osgeo.org/postgis/trunk@11410 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_core/rt_api.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c index 3f8117692..cb2fb8d6b 100644 --- a/raster/rt_core/rt_api.c +++ b/raster/rt_core/rt_api.c @@ -410,11 +410,6 @@ rt_util_gdal_sr_auth_info(GDALDatasetH hds, char **authname, char **authcode) { strncpy(*authname, pszAuthorityName, strlen(pszAuthorityName) + 1); strncpy(*authcode, pszAuthorityCode, strlen(pszAuthorityCode) + 1); } - else { - rtinfo("Cound not get auth name and code. The SRS may be custom"); - OSRDestroySpatialReference(hSRS); - return ES_NONE; - } } OSRDestroySpatialReference(hSRS); -- 2.50.1