Skip to content
Snippets Groups Projects
Commit bf163a2b authored by Piotr Gawron's avatar Piotr Gawron
Browse files

debug removed

parent 3a3c6c43
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -153,7 +153,6 @@ SearchDbOverlay.prototype.searchByCoordinates = function(params) {
element : searchResult[0],
});
}).then(function(distance) {
logger.debug(distance + ", " + maxDistance);
if (distance <= maxDistance) {
self._elementsByQuery[query] = searchResult;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment