Commit 293ce78751deff810ddaf7aba3106cdd69f9d271

Authored by Nicolás Guarnieri
1 parent 51a5b48565
Exists in master and in 1 other branch develop

console para debug

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -15,6 +15,7 @@ angular.module('focaSeguimiento')
15 15 observaciones: observaciones
16 16 }
17 17 };
  18 + console.info(nuevaPosicion);
18 19 return $http.post(API_ENDPOINT.URL + '/seguimiento', nuevaPosicion);
19 20 });
20 21 }