From d1e9a52d7afd9b5f537b9ac9dbcedb613574e0eb Mon Sep 17 00:00:00 2001 From: Francisco Mat Date: Tue, 28 May 2019 00:27:41 -0300 Subject: [PATCH] removed alert --- luiza.js | 1 - 1 file changed, 1 deletion(-) diff --git a/luiza.js b/luiza.js index 7a63c60..1a729b2 100644 --- a/luiza.js +++ b/luiza.js @@ -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]) {