From: Bborie Park Date: Fri, 10 May 2013 22:27:35 +0000 (+0000) Subject: Remove noisy info message. A big source of confusion. Ticket #2309 X-Git-Tag: 2.1.0beta2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2eb335c3897317d7e546f91271b29342d811502f;p=postgis 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 --- 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);