]> granicus.if.org Git - postgis/commitdiff
Removed debugging connstring print.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 4 Nov 2002 21:21:43 +0000 (21:21 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 4 Nov 2002 21:21:43 +0000 (21:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@206 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c

index bb6599f432ca437b71646aaafce3c355369a7697..028948126f3d72013cf71ec4ff0906222f5ad657 100644 (file)
@@ -160,7 +160,7 @@ int main(int ARGC, char **ARGV){
                }
        }
 
-printf(conn_string);
+/* printf(conn_string); */
 
        /* make a connection to the specified database */
        sprintf(conn_string,"host=%s %s port=%s dbname=%s",pghost,pgoptions,pgport,dbName);