From: marc tobias Date: Thu, 20 Feb 2020 17:57:11 +0000 (+0100) Subject: forgot to remove a debug statement X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/a0ed9d123f41b46c3905ce6b523252e9b487452a forgot to remove a debug statement --- diff --git a/src/assets/js/searchpage.js b/src/assets/js/searchpage.js index 57c7a77..81ecbd7 100755 --- a/src/assets/js/searchpage.js +++ b/src/assets/js/searchpage.js @@ -281,9 +281,6 @@ jQuery(document).ready(function () { // 'sApiURL' => $url // ]); - - console.log(search_params); - if (is_reverse_search) { var api_request_params = { lat: search_params.get('lat'),