]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
forgot to remove a debug statement
authormarc tobias <mtmail@gmx.net>
Thu, 20 Feb 2020 17:57:11 +0000 (18:57 +0100)
committermarc tobias <mtmail@gmx.net>
Thu, 20 Feb 2020 17:57:11 +0000 (18:57 +0100)
src/assets/js/searchpage.js

index 57c7a772b892439001af3538e6ca8bd8ff7785ff..81ecbd7e1f593a1fbc5e5bb590a48fd2ce7affd7 100755 (executable)
@@ -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'),