summaryrefslogtreecommitdiff
path: root/api.js
diff options
context:
space:
mode:
Diffstat (limited to 'api.js')
-rw-r--r--api.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/api.js b/api.js
index 915530b..1672728 100644
--- a/api.js
+++ b/api.js
@@ -31,7 +31,6 @@ const notif = webstomp.over(new WebSocket(API_WS_URL,
);
})();
-// TODO use keepalive / connection pool
function getMap(url) {
return request({
uri: API_MAP_URL + url,