aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-01-21 18:38:51 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2011-01-21 18:38:51 +0100
commit6238d916128a31ceebbef3a05a1f684705772c92 (patch)
treee3ed911d99b34669858a28c5cef63fa3ebe9a8a9
parent931c51096e116c9fee556cb6a4180cd4078882d5 (diff)
downloadosm-xapi-6238d916128a31ceebbef3a05a1f684705772c92.tar.gz
osm-xapi-6238d916128a31ceebbef3a05a1f684705772c92.tar.xz
osm-xapi-6238d916128a31ceebbef3a05a1f684705772c92.zip
removed some unused debug
-rw-r--r--src/nodejs/no1.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nodejs/no1.js b/src/nodejs/no1.js
index 57b15b1..37e106d 100644
--- a/src/nodejs/no1.js
+++ b/src/nodejs/no1.js
@@ -72,9 +72,7 @@ function nodeWorldHandler(req, res, key, value) {
}
function nodeBboxHandler(req, res, key, value, left, bottom, right, top) {
- log.error("nodeBboxHandler");
db_connect(res, function(client) {
- log.info(createNodeBboxQuery(key, value, left, bottom, right, top));
var success = false;
var query = client.query(createNodeBboxQuery(key, value, left, bottom, right, top));