Commit dafcad032b69621477ff5fe8a3896c1f97f25804

Authored by Eric Fernandez
1 parent 608a057800
Exists in master and in 1 other branch develop

quito console

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -59,7 +59,6 @@ angular.module('focaAbmVehiculo')
59 59 focaAbmVehiculoService
60 60 .getTransportistaPorId($routeParams.idTransportista)
61 61 .then(function(res) {
62   - console.log(res.data);
63 62 $scope.vehiculo.transportista = res.data;
64 63 })
65 64 }