red herring

This commit is contained in:
Simon Tokumine 2012-04-19 11:38:27 -04:00
parent 5f27cb896e
commit d704dc39d0

View File

@ -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));