From 5e25d71c316d2f4f91fc0f53572ef1b480b9ce5c Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Tue, 29 Jan 2013 14:48:26 +0000 Subject: [PATCH] Remove debug output from rt_raster_gdal_warp() git-svn-id: http://svn.osgeo.org/postgis/trunk@11059 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_core/rt_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c index e38c6cd61..0d1c56fbc 100644 --- a/raster/rt_core/rt_api.c +++ b/raster/rt_core/rt_api.c @@ -10175,8 +10175,8 @@ rt_raster rt_raster_gdal_warp( return NULL; } /* - */ GDALSetDescription(arg->dst.ds, "/tmp/warped.vrt"); + */ GDALFlushCache(arg->dst.ds); RASTER_DEBUG(3, "Raster warped"); -- 2.50.1