diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-02-23 21:43:09 -0600 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-02-23 21:43:09 -0600 |
commit | 1e0b47d51b7bf516bae6dc4912933a60b8df29b1 (patch) | |
tree | 3263e6b34f426a34b3514de65007a3a17520793b | |
parent | it works POG???????? (diff) | |
download | homework-1e0b47d51b7bf516bae6dc4912933a60b8df29b1.tar homework-1e0b47d51b7bf516bae6dc4912933a60b8df29b1.tar.gz homework-1e0b47d51b7bf516bae6dc4912933a60b8df29b1.tar.bz2 homework-1e0b47d51b7bf516bae6dc4912933a60b8df29b1.tar.lz homework-1e0b47d51b7bf516bae6dc4912933a60b8df29b1.tar.xz homework-1e0b47d51b7bf516bae6dc4912933a60b8df29b1.tar.zst homework-1e0b47d51b7bf516bae6dc4912933a60b8df29b1.zip |
aaaaaaaaaa
-rw-r--r-- | csci4131/hw3/contacts.js | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |