Skip to content

Commit

Permalink
removed alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Mat committed May 28, 2019
1 parent 1aa0484 commit d1e9a52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion luiza.js
Expand Up @@ -38,7 +38,6 @@ angular.module('luizaApp', []).controller('buscaCep', function($scope, $http) {
}

function carregarNoMapa(endereco) {
alert("car"+endereco);
geocoder.geocode({ 'address': endereco + ', Brasil', 'region': 'BR' }, function (results, status) {
if (status == google.maps.GeocoderStatus.OK) {
if (results[0]) {
Expand Down

0 comments on commit d1e9a52

Please sign in to comment.