diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-01-21 18:38:51 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2011-01-21 18:38:51 +0100 |
commit | 6238d916128a31ceebbef3a05a1f684705772c92 (patch) | |
tree | e3ed911d99b34669858a28c5cef63fa3ebe9a8a9 /src | |
parent | 931c51096e116c9fee556cb6a4180cd4078882d5 (diff) | |
download | osm-xapi-6238d916128a31ceebbef3a05a1f684705772c92.tar.gz osm-xapi-6238d916128a31ceebbef3a05a1f684705772c92.tar.xz osm-xapi-6238d916128a31ceebbef3a05a1f684705772c92.zip |
removed some unused debug
Diffstat (limited to 'src')
-rw-r--r-- | src/nodejs/no1.js | 2 |
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)); |