From 1e0b47d51b7bf516bae6dc4912933a60b8df29b1 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 23 Feb 2021 21:43:09 -0600 Subject: aaaaaaaaaa --- csci4131/hw3/contacts.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'csci4131') diff --git a/csci4131/hw3/contacts.js b/csci4131/hw3/contacts.js index e5fffc2..7a01bd3 100644 --- a/csci4131/hw3/contacts.js +++ b/csci4131/hw3/contacts.js @@ -99,7 +99,6 @@ function searchPlaces() { query: document.getElementById("others").value, }; otherRadius = request.radius; - console.log(otherRadius); service = new google.maps.places.PlacesService(map); service.textSearch(request, (results, status) => { if (status === google.maps.places.PlacesServiceStatus.OK && results) { @@ -109,7 +108,6 @@ function searchPlaces() { } } function addPointsSearch(locations, isOther) { - console.log(locations); for (x in locations) { var marker; if (isOther) { -- cgit v1.2.3