From d704dc39d0d4a709f0387f06fe018871e6827947 Mon Sep 17 00:00:00 2001 From: Simon Tokumine Date: Thu, 19 Apr 2012 11:38:27 -0400 Subject: [PATCH] red herring --- app/controllers/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/app.js b/app/controllers/app.js index e629fb23..f92ccec0 100755 --- a/app/controllers/app.js +++ b/app/controllers/app.js @@ -90,9 +90,6 @@ function handleQuery(req, res){ function setHeaders(err, result){ if (err) throw err; - // close connection to psql. be nice. - //pg.end(); - // configure headers for geojson/CSV res.header("Content-Disposition", getContentDisposition(format)); res.header("Content-Type", getContentType(format));